X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=0f8d5c322433b976a6d6ac6e38f83c27a61d6d21;hb=41b58850cb71d3fa204810b19cb0e00a46992fdb;hp=9f722ae35e8c5fc20aab74f28379b94ee2077caf;hpb=2bc20f7d8b5c5ee5b7b1e1c48d2e22e1b42ff452;p=dak.git diff --git a/apt.conf b/apt.conf index 9f722ae3..0f8d5c32 100644 --- a/apt.conf +++ b/apt.conf @@ -34,6 +34,7 @@ tree "dists/proposed-updates" 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"; @@ -68,17 +69,46 @@ tree "dists/unstable" Sources::Compress "gzip bzip2"; }; +// debian-installer + +tree "dists/testing/main" +{ + FileList "/org/ftp.debian.org/database/dists/testing_main_$(SECTION)_binary-$(ARCH).list"; + Sections "debian-installer"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"; + BinOverride "override.sarge.main.$(SECTION)"; + SrcOverride "override.sarge.main.src"; + BinCacheDB "packages-debian-installer-$(ARCH).db"; + Packages::Extensions ".udeb"; + Contents " "; +}; + +tree "dists/testing-proposed-updates/main" +{ + FileList "/org/ftp.debian.org/database/dists/testing-proposed-updates_main_$(SECTION)_binary-$(ARCH).list"; + Sections "debian-installer"; + Architectures "alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"; + BinOverride "override.sarge.main.$(SECTION)"; + SrcOverride "override.sarge.main.src"; + BinCacheDB "packages-debian-installer-$(ARCH).db"; + Packages::Extensions ".udeb"; + Contents " "; +}; + 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 ia64 mips mipsel m68k powerpc s390 sh sparc"; BinOverride "override.sid.main.$(SECTION)"; + SrcOverride "override.sid.main.src"; BinCacheDB "packages-debian-installer-$(ARCH).db"; Packages::Extensions ".udeb"; Contents " "; }; +// Experimental + tree "project/experimental" { FileList "/org/ftp.debian.org/database/dists/experimental_$(SECTION)_binary-$(ARCH).list"; @@ -89,17 +119,3 @@ tree "project/experimental" SrcOverride "override.sid.$(SECTION).src"; Contents " "; }; - -bindirectory "dists/old-proposed-updates" -{ - - 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"; - BinCacheDB "packages-proposed-updates.db"; - - PathPrefix ""; -};