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
1diff --git a/templates/sources.list.debian.tmpl b/templates/sources.list.debian.tmpl
2index d64ace4..e7ef9ed 100644
3--- a/templates/sources.list.debian.tmpl
4+++ b/templates/sources.list.debian.tmpl
5@@ -10,15 +10,15 @@
6
7 # See http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html
8 # for how to upgrade to newer versions of the distribution.
9-deb {{mirror}} {{codename}} main contrib non-free
10-deb-src {{mirror}} {{codename}} main contrib non-free
11+deb {{mirror}} {{codename}} main
12+deb-src {{mirror}} {{codename}} main
13
14 ## Major bug fix updates produced after the final release of the
15 ## distribution.
16-deb {{security}} {{codename}}/updates main contrib non-free
17-deb-src {{security}} {{codename}}/updates main contrib non-free
18-deb {{mirror}} {{codename}}-updates main contrib non-free
19-deb-src {{mirror}} {{codename}}-updates main contrib non-free
20+deb {{security}} {{codename}}/updates main
21+deb-src {{security}} {{codename}}/updates main
22+deb {{mirror}} {{codename}}-updates main
23+deb-src {{mirror}} {{codename}}-updates main
24
25 ## Uncomment the following two lines to add software from the 'backports'
26 ## repository.
27@@ -26,5 +26,5 @@ deb-src {{mirror}} {{codename}}-updates main contrib non-free
28 ## N.B. software from this repository may not have been tested as
29 ## extensively as that contained in the main release, although it includes
30 ## newer versions of some applications which may provide useful features.
31-deb {{mirror}} {{codename}}-backports main contrib non-free
32-deb-src {{mirror}} {{codename}}-backports main contrib non-free
33+deb {{mirror}} {{codename}}-backports main
34+deb-src {{mirror}} {{codename}}-backports main

Subscribers

People subscribed via source and target branches