X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=apt.conf;h=4fa969b9828cf60dbed04fd3795ed5bdb20f6dcb;hb=7b229c4db5ae4d45dc08cc94c63460395f8e06f1;hp=15d182d655ba14007dbd5185bd41187521fa7fe6;hpb=e0115df14432cea904226f806269fa83bdc9051e;p=dak.git diff --git a/apt.conf b/apt.conf index 15d182d6..4fa969b9 100644 --- a/apt.conf +++ b/apt.conf @@ -31,6 +31,18 @@ tree "dists/testing" 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";