]> git.decadent.org.uk Git - dak.git/commitdiff
Fix proposed-updates handling in byhand-di and byhand-win32-loader
authorJulien Cristau <jcristau@debian.org>
Tue, 19 Jan 2016 22:43:10 +0000 (23:43 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 19 Jan 2016 22:43:10 +0000 (23:43 +0100)
To: debian-dak@lists.debian.org
Cc: kibi@debian.org, Julien Cristau <jcristau@debian.org>
Date: Tue, 19 Jan 2016 11:40:01 +0100 (12 hours, 2 minutes, 47 seconds ago)
Resent-From: debian-dak@lists.debian.org

stable-proposed-updates is called "proposed-updates" in projectb, so
that's what we pass to the byhand script.  It shouldn't be turned into
"proposed-updates-proposed-updates".

Signed-off-by: Julien Cristau <jcristau@debian.org>
scripts/debian/byhand-di
scripts/debian/byhand-win32-loader

index c4a747c25bfac61c48448486bf88dbb3bac63e4f..4c72a01a413b1438d72737c07e1916cca08b061f 100755 (executable)
@@ -28,7 +28,7 @@ if ! echo "$VERSION" | grep -Eq "^[0-9]{8}((\.|\+?[a-z]+|\+deb[0-9]+u|\+kbsd[0-9
 fi
 
 case $SUITE in
-    unstable|sid|*-proposed-updates)
+    unstable|sid|*proposed-updates)
        : # nothing to do
        ;;
     *)
index ea4a1f909708cad2ce9ca1f99f5df71fc96bb6a2..bba3499208b835a1769b8644c38b01533c00ffa5 100755 (executable)
@@ -19,7 +19,7 @@ CHANGES="$4"  # Changes file for the upload
 SUITE="$5"
 
 case $SUITE in
-    unstable|sid|*-proposed-updates)
+    unstable|sid|*proposed-updates)
            : # nothing to do
            ;;
     *)