X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf-security;h=60428a00cafcb009120493ab49320ad7058e7de3;hb=21c929acd4a42145fc353c2e2507816022039e2a;hp=44a175a93e2ce3898d48c33c243590eb13311aca;hpb=5b1244957793ec103b80d2c5516e1744324806ea;p=dak.git diff --git a/apt.conf-security b/apt.conf-security index 44a175a9..60428a00 100644 --- a/apt.conf-security +++ b/apt.conf-security @@ -13,24 +13,26 @@ 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)"; - SrcOverride "override.potato.$(SECTION).src"; + Architectures "alpha arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source"; + BinOverride "override.woody.$(SECTION)"; + ExtraOverride "override.woody.extra.$(SECTION)"; + SrcOverride "override.woody.$(SECTION).src"; 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)"; - SrcOverride "override.woody.$(SECTION).src"; + BinOverride "override.sarge.$(SECTION)"; + ExtraOverride "override.sarge.extra.$(SECTION)"; + SrcOverride "override.sarge.$(SECTION).src"; Contents " "; };