cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00749
Re: [Merge] lp:~utlemming/cloud-init/lp1177432 into lp:cloud-init
Diff comments:
> === 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
should be main
> +deb {{mirror}} {{codename}}-backports universe
> +deb-src {{mirror}} {{codename}}-backports main universe
should only be 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.
--
https://code.launchpad.net/~utlemming/cloud-init/lp1177432/+merge/276403
Your team cloud init development team is requested to review the proposed merge of lp:~utlemming/cloud-init/lp1177432 into lp:cloud-init.
References