X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=859ea6cb52207857a683e8550fd8cfec9971b2e4;hb=c5617d291dc17395a9d23c757d7dc815f6eed49e;hp=6d0e6658c6a697a24ba0454dfe17ffff37188415;hpb=0c9d7f6f12805e923e7a448536060f31782df710;p=dak.git diff --git a/apt.conf b/apt.conf index 6d0e6658..859ea6cb 100644 --- a/apt.conf +++ b/apt.conf @@ -11,7 +11,7 @@ Default Sources::Compress "gzip"; Contents::Compress "gzip"; DeLinkLimit 0; - MaxContentsChange 6000; + MaxContentsChange 12000; FileMode 0664; } @@ -20,14 +20,40 @@ TreeDefault Contents::Header "/org/ftp.debian.org/katie/Contents.top"; }; -tree "dists/stable" +tree "dists/proposed-updates" { - FileList "/org/ftp.debian.org/database/dists/stable_$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/ftp.debian.org/database/dists/stable_$(SECTION)_source.list"; + FileList "/org/ftp.debian.org/database/dists/proposed-updates_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/ftp.debian.org/database/dists/proposed-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 m68k mips mipsel powerpc s390 sparc source"; + BinOverride "override.woody.$(SECTION)"; + ExtraOverride "override.woody.extra.$(SECTION)"; + SrcOverride "override.woody.$(SECTION).src"; + Contents " "; +}; + +tree "dists/testing" +{ + FakeDI "dists/unstable"; + FileList "/org/ftp.debian.org/database/dists/testing_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/ftp.debian.org/database/dists/testing_$(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)"; + ExtraOverride "override.sarge.extra.$(SECTION)"; + SrcOverride "override.sarge.$(SECTION).src"; +}; + +tree "dists/testing-proposed-updates" +{ + FileList "/org/ftp.debian.org/database/dists/testing-proposed-updates_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/ftp.debian.org/database/dists/testing-proposed-updates_$(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)"; + ExtraOverride "override.sarge.extra.$(SECTION)"; + SrcOverride "override.sarge.$(SECTION).src"; + Contents " "; }; tree "dists/unstable" @@ -35,29 +61,42 @@ tree "dists/unstable" FileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_binary-$(ARCH).list"; SourceFileList "/org/ftp.debian.org/database/dists/unstable_$(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 hurd-i386 i386 ia64 mips mipsel m68k powerpc s390 sh sparc source"; + BinOverride "override.sid.$(SECTION)"; + ExtraOverride "override.sid.extra.$(SECTION)"; + SrcOverride "override.sid.$(SECTION).src"; + Packages::Compress ". gzip bzip2"; + Sources::Compress "gzip bzip2"; }; tree "dists/unstable/main" { FileList "/org/ftp.debian.org/database/dists/unstable_main_$(SECTION)_binary-$(ARCH).list"; Sections "debian-installer"; - Architectures "alpha arm hppa hurd-i386 i386 mips mipsel m68k powerpc sh sparc"; - BinOverride "override.woody.$(SECTION)"; + Architectures "alpha arm hppa hurd-i386 i386 ia64 mips mipsel m68k powerpc s390 sh sparc"; + BinOverride "override.sid.main.$(SECTION)"; BinCacheDB "packages-debian-installer-$(ARCH).db"; Packages::Extensions ".udeb"; Contents " "; }; -bindirectory "dists/proposed-updates" +tree "project/experimental" +{ + FileList "/org/ftp.debian.org/database/dists/experimental_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/ftp.debian.org/database/dists/experimental_$(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"; + Contents " "; +}; + +bindirectory "dists/old-proposed-updates" { - FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_binary.list"; - SourceFileList "/org/ftp.debian.org/database/proposed-updates_-_source.list"; - Packages "dists/proposed-updates/Packages"; - Sources "dists/proposed-updates/Sources"; + FileList "/org/ftp.debian.org/database/dists/old-proposed-updates_-_all.list"; + Packages "dists/old-proposed-updates/Packages"; + Sources "dists/old-proposed-updates/Sources"; Contents " "; BinOverride "override.potato.all3";