]> git.decadent.org.uk Git - dak.git/commitdiff
fix oldstable-p-u
authorJoerg Jaspert <joerg@debian.org>
Sat, 12 Feb 2011 12:41:41 +0000 (13:41 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 12 Feb 2011 12:41:41 +0000 (13:41 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_packages_sources.py

index 801d219cd699161d664f710873f0adeeda432d72..fe2a4ed5ecc9e651655a1b0a0cb090ea7c30c5c0 100755 (executable)
@@ -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";