X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=2c9480941e16c2d59db2539545a985d53df8a7c3;hb=b618ca40333f46edada83f0329f85cec83bca7eb;hp=c60fe0657b5eb90b0f98980d971ae28bd7cec038;hpb=9a82176a99868c8187c23314eec1af3132b05a95;p=dak.git diff --git a/apt.conf b/apt.conf index c60fe065..2c948094 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; } @@ -25,11 +25,24 @@ 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"; + Architectures "alpha arm hppa i386 ia64 m68k powerpc sparc source"; BinOverride "override.woody.$(SECTION)"; + ExtraOverride "override.woody.extra.$(SECTION)"; SrcOverride "override.woody.$(SECTION).src"; }; +tree "dists/woody-proposed-updates" +{ + FileList "/org/ftp.debian.org/database/dists/woody-proposed-updates_$(SECTION)_binary-$(ARCH).list"; + SourceFileList "/org/ftp.debian.org/database/dists/woody-proposed-updates_$(SECTION)_source.list"; + Sections "main contrib non-free"; + Architectures "alpha arm hppa i386 ia64 m68k powerpc sparc source"; + BinOverride "override.woody.$(SECTION)"; + ExtraOverride "override.woody.extra.$(SECTION)"; + SrcOverride "override.woody.$(SECTION).src"; + Contents " "; +}; + tree "dists/unstable" { FileList "/org/ftp.debian.org/database/dists/unstable_$(SECTION)_binary-$(ARCH).list"; @@ -37,6 +50,7 @@ tree "dists/unstable" 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)"; + ExtraOverride "override.sid.extra.$(SECTION)"; SrcOverride "override.sid.$(SECTION).src"; };