From: Mark Hymers Date: Wed, 27 Jul 2011 08:41:46 +0000 (+0100) Subject: Remove unused Location config X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=cc8850a3e819a5ac845be15a2771291a21d110a1 Remove unused Location config Signed-off-by: Mark Hymers --- diff --git a/config/backports/dak.conf b/config/backports/dak.conf index c1ff5293..f4209273 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -381,17 +381,6 @@ Priority source 0; // i.e. unused }; -Location -{ - // Pool locations on backports.debian.org - /srv/backports-master.debian.org/ftp/pool/ - { - Archive "backports"; - Type "pool"; - }; - -}; - Urgency { Default "low"; diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index db3c6470..a5f7473d 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -403,21 +403,6 @@ Priority source 0; // i.e. unused }; -Location -{ - /srv/security-master.debian.org/ftp/pool/ - { - Archive "security"; - Suites - { - OldStable; - Stable; - Testing; - }; - Type "pool"; - }; -}; - Urgency { Default "low";