X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf-non-US;h=727dc1c9543b1c784f7f635dae77f647e53dc80d;hb=9540d873fa78598454af57f5f8a4875969ed0439;hp=ca4bfd9e60a0d3c2c5135b128259542e4e73f1e5;hpb=9ebfa30b056df56376cb0302a28a190e0aaed765;p=dak.git diff --git a/apt.conf-non-US b/apt.conf-non-US index ca4bfd9e..727dc1c9 100644 --- a/apt.conf-non-US +++ b/apt.conf-non-US @@ -17,41 +17,47 @@ Default TreeDefault { - Contents::Header "/org/non-us.debian.org/scripts/masterfiles/Contents.top"; + Contents::Header "/org/non-us.debian.org/katie/Contents.top"; }; -tree "dists/stable/non-US" +tree "dists/proposed-updates/non-US" { - FileList "/org/non-us.debian.org/database/dists/stable_non-us/$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/non-us.debian.org/database/dists/stable_non-us/$(SECTION)_source.list"; + FileList "/org/non-us.debian.org/database/dists/proposed-updates_non-US/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/non-us.debian.org/database/dists/proposed-updates_non-US/$(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"; - External-Links false; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source"; + BinOverride "override.woody.$(SECTION)"; + SrcOverride "override.woody.$(SECTION).src"; + Contents " "; }; -tree "dists/unstable/non-US" +tree "dists/testing/non-US" { - FileList "/org/non-us.debian.org/database/dists/unstable_non-us/$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/non-us.debian.org/database/dists/unstable_non-us/$(SECTION)_source.list"; + FileList "/org/non-us.debian.org/database/dists/testing_non-US/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/non-us.debian.org/database/dists/testing_non-US/$(SECTION)_source.list"; Sections "main contrib non-free"; - Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc source"; - BinOverride "override.woody.$(SECTION)"; - SrcOverride "override.woody.$(SECTION).src"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source"; + BinOverride "override.sarge.$(SECTION)"; + SrcOverride "override.sarge.$(SECTION).src"; }; -bindirectory "dists/proposed-updates" +tree "dists/testing-proposed-updates/non-US" { + FileList "/org/non-us.debian.org/database/dists/testing-proposed-updates_non-US/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/non-us.debian.org/database/dists/testing-proposed-updates_non-US/$(SECTION)_source.list"; + Sections "main contrib non-free"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source"; + BinOverride "override.sarge.$(SECTION)"; + SrcOverride "override.sarge.$(SECTION).src"; + Contents " "; +}; - FileList "/org/non-us.debian.org/database/dists/proposed-updates_-_binary.list"; - SourceFileList "/org/non-us.debian.org/database/proposed-updates_-_source.list"; - Packages "dists/proposed-updates/Packages"; - Sources "dists/proposed-updates/Sources"; - Contents ""; - - BinOverride "override.potato.all3"; - BinCacheDB "packages-proposed-updates.db"; - - PathPrefix ""; +tree "dists/unstable/non-US" +{ + FileList "/org/non-us.debian.org/database/dists/unstable_non-US/$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/non-us.debian.org/database/dists/unstable_non-US/$(SECTION)_source.list"; + Sections "main contrib non-free"; + Architectures "alpha arm hppa hurd-i386 i386 ia64 mips mipsel m68k powerpc s390 sh sparc source"; + BinOverride "override.sid.$(SECTION)"; + SrcOverride "override.sid.$(SECTION).src"; };