[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix proposed-updates handling in byhand-di and byhand-win32-loader



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           | 2 +-
 scripts/debian/byhand-win32-loader | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/debian/byhand-di b/scripts/debian/byhand-di
index c4a747c..4c72a01 100755
--- a/scripts/debian/byhand-di
+++ b/scripts/debian/byhand-di
@@ -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
 	;;
     *)
diff --git a/scripts/debian/byhand-win32-loader b/scripts/debian/byhand-win32-loader
index ea4a1f9..bba3499 100755
--- a/scripts/debian/byhand-win32-loader
+++ b/scripts/debian/byhand-win32-loader
@@ -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
 	    ;;
     *)
-- 
2.1.4


Reply to: