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

[dak/master] scripts/debian/byhand-di: don't append -proposed-updates if it's already there



A .changes file might upload directly to a *-proposed-updates suite. We do not
want to append another -proposed-updates in this case.
---
 scripts/debian/byhand-di |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/debian/byhand-di b/scripts/debian/byhand-di
index af03af4..8427a86 100755
--- a/scripts/debian/byhand-di
+++ b/scripts/debian/byhand-di
@@ -32,7 +32,7 @@ case $SUITE in
     "")
 	error "Error: unable to determine suite from Changes file"
 	;;
-    unstable|sid)
+    unstable|sid|*-proposed-updates)
 	: # nothing to do
 	;;
     *)
-- 
1.7.2.5


Reply to: