From: Joerg Jaspert Date: Sat, 12 Feb 2011 12:41:41 +0000 (+0100) Subject: fix oldstable-p-u X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=79a78da6b72ed0130186396eed30091ce48634c0;p=dak.git fix oldstable-p-u Signed-off-by: Joerg Jaspert --- diff --git a/dak/generate_packages_sources.py b/dak/generate_packages_sources.py index 801d219c..fe2a4ed5 100755 --- a/dak/generate_packages_sources.py +++ b/dak/generate_packages_sources.py @@ -286,7 +286,7 @@ tree "dists/proposed-updates/main" }; """ apt_trees["oldstable-proposed-updates"]=""" -tree "dists/proposed-updates" +tree "dists/oldstable-proposed-updates" { FileList "/srv/ftp-master.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_binary-$(ARCH).list"; SourceFileList "/srv/ftp-master.debian.org/database/dists/oldstable-proposed-updates_$(SECTION)_source.list"; @@ -299,7 +299,7 @@ tree "dists/proposed-updates" }; """ apt_trees["di"]["oldstable-proposed-updates"]=""" -tree "dists/proposed-updates/main" +tree "dists/oldstable-proposed-updates/main" { FileList "/srv/ftp-master.debian.org/database/dists/oldstable-proposed-updates_main_$(SECTION)_binary-$(ARCH).list"; Sections "debian-installer";