Merge ~j.kylmala/cloud-init:disable-proprietary-repositories into cloud-init:master

Proposed by Joonas Kylmälä
Status: Merged
Approved by: Scott Moser
Approved revision: 81f3bf319068a4054dfdbfccb8b4ae01424ca3ee
Merged at revision: 3395a331c014dd7b83e93a1e2b66bb55b1966d83
Proposed branch: ~j.kylmala/cloud-init:disable-proprietary-repositories
Merge into: cloud-init:master
Diff against target: 34 lines (+8/-8)
1 file modified
templates/sources.list.debian.tmpl (+8/-8)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
cloud-init Commiters Pending
Review via email: mp+329286@code.launchpad.net

Commit message

Remove non-free repositories from Debian template.

The Debian GNU/Linux distribution doesn't come offically with the
non-free repositories enabled. Therefore, we want to disable those in
the cloud-init template.

LP: #1700091

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:81f3bf319068a4054dfdbfccb8b4ae01424ca3ee
https://jenkins.ubuntu.com/server/job/cloud-init-ci/171/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/171/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/templates/sources.list.debian.tmpl b/templates/sources.list.debian.tmpl
index d64ace4..e7ef9ed 100644
--- a/templates/sources.list.debian.tmpl
+++ b/templates/sources.list.debian.tmpl
@@ -10,15 +10,15 @@
1010
11# See http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html11# See http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html
12# for how to upgrade to newer versions of the distribution.12# for how to upgrade to newer versions of the distribution.
13deb {{mirror}} {{codename}} main contrib non-free13deb {{mirror}} {{codename}} main
14deb-src {{mirror}} {{codename}} main contrib non-free14deb-src {{mirror}} {{codename}} main
1515
16## Major bug fix updates produced after the final release of the16## Major bug fix updates produced after the final release of the
17## distribution.17## distribution.
18deb {{security}} {{codename}}/updates main contrib non-free18deb {{security}} {{codename}}/updates main
19deb-src {{security}} {{codename}}/updates main contrib non-free19deb-src {{security}} {{codename}}/updates main
20deb {{mirror}} {{codename}}-updates main contrib non-free20deb {{mirror}} {{codename}}-updates main
21deb-src {{mirror}} {{codename}}-updates main contrib non-free21deb-src {{mirror}} {{codename}}-updates main
2222
23## Uncomment the following two lines to add software from the 'backports'23## Uncomment the following two lines to add software from the 'backports'
24## repository.24## repository.
@@ -26,5 +26,5 @@ deb-src {{mirror}} {{codename}}-updates main contrib non-free
26## N.B. software from this repository may not have been tested as26## N.B. software from this repository may not have been tested as
27## extensively as that contained in the main release, although it includes27## extensively as that contained in the main release, although it includes
28## newer versions of some applications which may provide useful features.28## newer versions of some applications which may provide useful features.
29deb {{mirror}} {{codename}}-backports main contrib non-free29deb {{mirror}} {{codename}}-backports main
30deb-src {{mirror}} {{codename}}-backports main contrib non-free30deb-src {{mirror}} {{codename}}-backports main

Subscribers

People subscribed via source and target branches