]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/sources.list.erb
apt: minor align to pristine
[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 %>/<%= @archive_distro %>/ <%= @codename %> main restricted
4 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %> main restricted
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8 deb http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %>-updates main restricted
9 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @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 %>/<%= @archive_distro %>/ <%= @codename %> universe
15 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %> universe
16 deb http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %>-updates universe
17 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @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 %>/<%= @archive_distro %>/ <%= @codename %> multiverse
25 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %> multiverse
26 deb http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %>-updates multiverse
27 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @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 %>/<%= @archive_distro %>/ <%= @codename %>-backports main restricted universe multiverse
35 # deb-src http://<%= @archive_host %>/<%= @archive_distro %>/ <%= @codename %>-backports main restricted universe multiverse
36
37 deb http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security main restricted
38 # deb-src http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security main restricted
39 deb http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security universe
40 # deb-src http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security universe
41 deb http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security multiverse
42 # deb-src http://<%= @archive_security_host %>/<%= @archive_distro %>/ <%= @codename %>-security multiverse