[Qa-jenkins-scm] [jenkins.debian.net] 01/01: obsolete-transitional: enable debug mode

Holger Levsen holger at layer-acht.org
Mon Oct 23 12:56:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit b6f344b1b9b753c26cdd35df8cbf7f4490ce4a8a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 23 14:56:19 2017 +0200

    obsolete-transitional: enable debug mode
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/find_obsolete_transitional_packages.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/find_obsolete_transitional_packages.sh b/bin/find_obsolete_transitional_packages.sh
index 2b1b19f..0722c07 100755
--- a/bin/find_obsolete_transitional_packages.sh
+++ b/bin/find_obsolete_transitional_packages.sh
@@ -8,7 +8,7 @@
 # else automatic mode is assumed, which has more output
 #
 
-DEBUG=false
+DEBUG=true
 if [ -f /srv/jenkins/bin/common-functions.sh ] ; then
 	. /srv/jenkins/bin/common-functions.sh
 	common_init "$@"
@@ -38,10 +38,10 @@ else
 fi
 
 if [ -z "$1" ] ; then
-	echo "Call $(basename $0) with 2 or 3 params:"
-	echo "         1st: suite which is being developed, eg 'buster'"
-	echo "         2nd: suites to look at, eg. 'jenkins stretch sid'"
-	echo "         3rd: any third param will enable manual mode."
+	echo "Call $(basename $0) [bug] NEXT SUITE1 SUITE2 SUITE3"
+	echo "         bug to enter manual mode"
+	echo "         NEXT suite which is being developed, eg 'buster'"
+	echo "         SUITE1/2/3: suites to look at, eg. 'jessie stretch sid'"
 	exit 0
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list