diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-20 12:50:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | f87bb8c4471657386eebc675a405e228933a0757 (patch) | |
tree | 8f3458ba6a0599b6970644e1277daf63d38f76ea | |
parent | 1d412631ef5715fd3a714a310614b1cae4f18c03 (diff) | |
download | jenkins.debian.net-f87bb8c4471657386eebc675a405e228933a0757.tar.xz |
lvc: adopt sources.list for Debian
-rw-r--r-- | features/DebianLive7/apt.feature | 2 | ||||
-rw-r--r-- | features/apt.feature | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/features/DebianLive7/apt.feature b/features/DebianLive7/apt.feature index c2d700f8..43775b83 100644 --- a/features/DebianLive7/apt.feature +++ b/features/DebianLive7/apt.feature @@ -11,7 +11,7 @@ Feature: Installing packages through APT And I save the state so the background can be restored next scenario Scenario: APT sources are configured correctly - Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,backports.debian.org,deb.tails.boum.org,deb.torproject.org,mozilla.debian.net" + Then the only hosts in APT sources are "ftp.us.debian.org,http.debian.net,ftp.debian.org,security.debian.org" Scenario: Install packages using apt-get When I update APT using apt-get diff --git a/features/apt.feature b/features/apt.feature index 3ee9e435..126f6ecf 100644 --- a/features/apt.feature +++ b/features/apt.feature @@ -19,7 +19,7 @@ Feature: Installing packages through APT And I save the state so the background can be restored next scenario Scenario: APT sources are configured correctly - Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,backports.debian.org,deb.tails.boum.org,deb.torproject.org,mozilla.debian.net" + Then the only hosts in APT sources are "ftp.us.debian.org,http.debian.net,ftp.debian.org,security.debian.org" Scenario: Install packages using apt-get When I update APT using apt-get |