X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=214fd1ead71c564923e5052c6874a74434d8f0f0;hb=62f80fe886360a984b5225c7aaa7637635335248;hp=86c7b17c438bd2e97b6dab58ad42fc733cf928a6;hpb=e8eacb00ee41d7ab974ba913fff40e5c082b8e1a;p=dak.git diff --git a/apt.conf b/apt.conf index 86c7b17c..214fd1ea 100644 --- a/apt.conf +++ b/apt.conf @@ -30,14 +30,24 @@ tree "dists/stable" SrcOverride "override.potato.$(SECTION).src"; }; +tree "dists/testing" +{ + 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 i386 m68k powerpc sparc source"; + BinOverride "override.woody.$(SECTION)"; + SrcOverride "override.woody.$(SECTION).src"; +}; + 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"; + BinOverride "override.sid.$(SECTION)"; + SrcOverride "override.sid.$(SECTION).src"; }; tree "dists/unstable/main" @@ -45,20 +55,19 @@ 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)"; + BinOverride "override.sid.main.$(SECTION)"; BinCacheDB "packages-debian-installer-$(ARCH).db"; Packages::Extensions ".udeb"; - Contents ""; + Contents " "; }; bindirectory "dists/proposed-updates" { - FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_binary.list"; - SourceFileList "/org/ftp.debian.org/database/proposed-updates_-_source.list"; + FileList "/org/ftp.debian.org/database/dists/proposed-updates_-_all.list"; Packages "dists/proposed-updates/Packages"; Sources "dists/proposed-updates/Sources"; - Contents ""; + Contents " "; BinOverride "override.potato.all3"; BinCacheDB "packages-proposed-updates.db";