]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/sources.list.erb
Merge pull request #267 from Firefishy/apt-source-disable
[chef.git] / cookbooks / apt / templates / default / sources.list.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %> main restricted
4 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %> main restricted
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates main restricted
9 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates main restricted
10
11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12 ## team. Also, please note that software in universe WILL NOT receive any
13 ## review or updates from the Ubuntu security team.
14 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %> universe
15 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %> universe
16 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates universe
17 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates universe
18
19 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
20 ## team, and may not be under a free licence. Please satisfy yourself as to
21 ## your rights to use the software. Also, please note that software in
22 ## multiverse WILL NOT receive any review or updates from the Ubuntu
23 ## security team.
24 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %> multiverse
25 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %> multiverse
26 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates multiverse
27 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %>-updates multiverse
28
29 ## N.B. software from this repository may not have been tested as
30 ## extensively as that contained in the main release, although it includes
31 ## newer versions of some applications which may provide useful features.
32 ## Also, please note that software in backports WILL NOT receive any review
33 ## or updates from the Ubuntu security team.
34 deb http://<%= @archive_host %>/ubuntu/ <%= @codename %>-backports main restricted universe multiverse
35 # deb-src http://<%= @archive_host %>/ubuntu/ <%= @codename %>-backports main restricted universe multiverse
36
37 ## Uncomment the following two lines to add software from Canonical's
38 ## 'partner' repository.
39 ## This software is not part of Ubuntu, but is offered by Canonical and the
40 ## respective vendors as a service to Ubuntu users.
41 # deb http://archive.canonical.com/ubuntu <%= @codename %> partner
42 # deb-src http://archive.canonical.com/ubuntu <%= @codename %> partner
43
44 deb http://security.ubuntu.com/ubuntu/ <%= @codename %>-security main restricted
45 # deb-src http://security.ubuntu.com/ubuntu/ <%= @codename %>-security main restricted
46 deb http://security.ubuntu.com/ubuntu/ <%= @codename %>-security universe
47 # deb-src http://security.ubuntu.com/ubuntu/ <%= @codename %>-security universe
48 deb http://security.ubuntu.com/ubuntu/ <%= @codename %>-security multiverse
49 # deb-src http://security.ubuntu.com/ubuntu/ <%= @codename %>-security multiverse