cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00748
[Merge] lp:~utlemming/cloud-init/lp1177432 into lp:cloud-init
Ben Howard has proposed merging lp:~utlemming/cloud-init/lp1177432 into lp:cloud-init.
Requested reviews:
cloud init development team (cloud-init-dev)
Related bugs:
Bug #1177432 in cloud-init (Ubuntu): "[SRU] Enable backports in cloud-init archive template"
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432
For more details, see:
https://code.launchpad.net/~utlemming/cloud-init/lp1177432/+merge/276403
Enable backports for cloud-images.
--
Your team cloud init development team is requested to review the proposed merge of lp:~utlemming/cloud-init/lp1177432 into lp:cloud-init.
=== modified file 'templates/sources.list.ubuntu.tmpl'
--- templates/sources.list.ubuntu.tmpl 2014-03-05 23:05:59 +0000
+++ templates/sources.list.ubuntu.tmpl 2015-11-02 15:37:25 +0000
@@ -35,15 +35,22 @@
# deb {{mirror}} {{codename}}-updates multiverse
# deb-src {{mirror}} {{codename}}-updates multiverse
-## Uncomment the following two lines to add software from the 'backports'
-## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
-# deb {{mirror}} {{codename}}-backports main restricted universe multiverse
-# deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse
+deb {{mirror}} {{codename}}-backports main
+deb-src {{mirror}} {{codename}}-backports universe
+deb {{mirror}} {{codename}}-backports universe
+deb-src {{mirror}} {{codename}}-backports main universe
+
+## Uncomment the following two to add software from the 'backports'
+## multiverse and restricted repositories.
+# deb {{mirror}} {{codename}}-backports multiverse
+# deb-src {{mirror}} {{codename}}-backports multiverse
+# deb {{mirror}} {{codename}}-backports restricted
+# deb-src {{mirror}} {{codename}}-backports restricted
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
Follow ups