Merge lp:~darkmuggle-deactivatedaccount/cloud-init/lp1177432 into lp:~cloud-init-dev/cloud-init/trunk

Proposed by Ben Howard
Status: Merged
Merged at revision: 1152
Proposed branch: lp:~darkmuggle-deactivatedaccount/cloud-init/lp1177432
Merge into: lp:~cloud-init-dev/cloud-init/trunk
Diff against target: 30 lines (+11/-4)
1 file modified
templates/sources.list.ubuntu.tmpl (+11/-4)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/cloud-init/lp1177432
Reviewer Review Type Date Requested Status
cloud-init Commiters Pending
Review via email: mp+276403@code.launchpad.net

Description of the change

Enable backports for cloud-images.

To post a comment you must log in.
Revision history for this message
Stéphane Graber (stgraber) :
1152. By Ben Howard

Fixed per MP review

Revision history for this message
Scott Moser (smoser) wrote :

My feelings have not really changed since I wrote them 2 years ago in comment 3 of bug 1177432.
This change would make the image usage *worse* for some set of cloud image users. Without numbers to back that up, I really suspect that the users who do not use backports on server (or cloud) instances dramatically out-numbers those who do.

Revision history for this message
Stéphane Graber (stgraber) wrote :

Diff looks good to me.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/sources.list.ubuntu.tmpl'
2--- templates/sources.list.ubuntu.tmpl 2014-03-05 23:05:59 +0000
3+++ templates/sources.list.ubuntu.tmpl 2015-11-02 15:41:18 +0000
4@@ -35,15 +35,22 @@
5 # deb {{mirror}} {{codename}}-updates multiverse
6 # deb-src {{mirror}} {{codename}}-updates multiverse
7
8-## Uncomment the following two lines to add software from the 'backports'
9-## repository.
10 ## N.B. software from this repository may not have been tested as
11 ## extensively as that contained in the main release, although it includes
12 ## newer versions of some applications which may provide useful features.
13 ## Also, please note that software in backports WILL NOT receive any review
14 ## or updates from the Ubuntu security team.
15-# deb {{mirror}} {{codename}}-backports main restricted universe multiverse
16-# deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse
17+deb {{mirror}} {{codename}}-backports main
18+deb-src {{mirror}} {{codename}}-backports main
19+deb {{mirror}} {{codename}}-backports universe
20+deb-src {{mirror}} {{codename}}-backports universe
21+
22+## Uncomment the following two to add software from the 'backports'
23+## multiverse and restricted repositories.
24+# deb {{mirror}} {{codename}}-backports multiverse
25+# deb-src {{mirror}} {{codename}}-backports multiverse
26+# deb {{mirror}} {{codename}}-backports restricted
27+# deb-src {{mirror}} {{codename}}-backports restricted
28
29 ## Uncomment the following two lines to add software from Canonical's
30 ## 'partner' repository.