SVN devscripts commit: r540 - in trunk: debian scripts

Adam D. Barratt adam-guest at alioth.debian.org
Mon Feb 26 16:15:17 CET 2007


Author: adam-guest
Date: 2007-02-26 16:15:17 +0100 (Mon, 26 Feb 2007)
New Revision: 540

Modified:
   trunk/debian/changelog
   trunk/scripts/tagpending.sh
Log:
- Joining
- tagpending.sh: Modify bugs_info() to take account of --noact in the 
message displayed



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-25 23:45:47 UTC (rev 539)
+++ trunk/debian/changelog	2007-02-26 15:15:17 UTC (rev 540)
@@ -49,8 +49,13 @@
   * uscan: added --force-download to force download when changelog is in sync
     with upstream version, based on a patch from Ian Wienand (Closes: #364116)
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 26 Feb 2007 00:43:21 +0100
+  [ Adam D. Barratt ]
+  * Joining the team
+  * tagpending: modify bug list display code to indicate whether --noact was
+    used
 
+ -- Adam D. Barratt <debian-bts at adam-barratt.org.uk>  Mon, 26 Feb 2007 15:13:09 +0000
+
 devscripts (2.9.27) unstable; urgency=low
 
   * checkbashisms: check for 'select' (thanks to James Abley, Ubuntu user)

Modified: trunk/scripts/tagpending.sh
===================================================================
--- trunk/scripts/tagpending.sh	2007-02-25 23:45:47 UTC (rev 539)
+++ trunk/scripts/tagpending.sh	2007-02-26 15:15:17 UTC (rev 540)
@@ -147,7 +147,16 @@
 src_packages=$(awk '/Package: / { print $2 } /Source: / { print $2 }' debian/control | sort | uniq)
 
 bugs_info() {
-  msg="tagpending info: Would tag these bugs pending"
+  msg="tagpending info: "
+
+  if [ "$DRY" = 1 ]; then
+    msg="$msg would tag"
+  else
+    msg="$msg tagging"
+  fi
+
+  msg="$msg these bugs pending"
+
   if [ "$CONFIRM" = 1 ]; then
     msg="$msg and confirmed"
   fi




More information about the Devscripts-devel mailing list