From: James Troup Date: Sat, 8 Jun 2002 00:15:55 +0000 (+0000) Subject: suites to stable/testing etc. as they should be X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3469fdcef0ce07e5caa04c6bff8f1776f74e52a4;p=dak suites to stable/testing etc. as they should be --- diff --git a/apt.conf-security b/apt.conf-security index 44a175a9..b7c10f94 100644 --- a/apt.conf-security +++ b/apt.conf-security @@ -13,10 +13,10 @@ Default FileMode 0664; } -tree "dists/potato/updates" +tree "dists/stable/updates" { - FileList "/org/security.debian.org/katie-database/dists/potato_$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/security.debian.org/katie-database/dists/potato_$(SECTION)_source.list"; + FileList "/org/security.debian.org/katie-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/security.debian.org/katie-database/dists/stable_updates/$(SECTION)_source.list"; Sections "main contrib non-free"; Architectures "alpha arm i386 m68k powerpc sparc source"; BinOverride "override.potato.$(SECTION)"; @@ -24,10 +24,10 @@ tree "dists/potato/updates" Contents " "; }; -tree "dists/woody/updates" +tree "dists/testing/updates" { - FileList "/org/security.debian.org/katie-database/dists/woody_$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/security.debian.org/katie-database/dists/woody_$(SECTION)_source.list"; + FileList "/org/security.debian.org/katie-database/dists/testing_updates/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/security.debian.org/katie-database/dists/testing_updates/$(SECTION)_source.list"; Sections "main contrib non-free"; Architectures "alpha arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source"; BinOverride "override.woody.$(SECTION)";