X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf.stable;h=12a6e1bae9521e95396e9644493920dfea89969f;hb=7ef66c9bd9c4d92c2ccfe6a28a08e6b2ff97c388;hp=29311436c84fd443e5b19a00a024d95f923059a1;hpb=b981d2124dad87cd181b5218cc0cf7764298b896;p=dak.git diff --git a/apt.conf.stable b/apt.conf.stable index 29311436..12a6e1ba 100644 --- a/apt.conf.stable +++ b/apt.conf.stable @@ -11,7 +11,6 @@ Default Sources::Compress "gzip"; Contents::Compress "gzip"; DeLinkLimit 0; - MaxContentsChange 6000; FileMode 0664; } @@ -20,16 +19,6 @@ TreeDefault Contents::Header "/org/ftp.debian.org/katie/Contents.top"; }; -tree "dists/oldstable" -{ - FileList "/org/ftp.debian.org/database/dists/oldstable_$(SECTION)_binary-$(ARCH).list"; - SourceFileList "/org/ftp.debian.org/database/dists/oldstable_$(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"; -}; - tree "dists/stable" { FileList "/org/ftp.debian.org/database/dists/stable_$(SECTION)_binary-$(ARCH).list"; @@ -37,5 +26,6 @@ tree "dists/stable" Sections "main contrib non-free"; 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"; };