[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: force debug mode for src:gauche

Holger Levsen holger at moszumanska.debian.org
Fri May 22 09:16:34 UTC 2015


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 9a5f873e3b6757487dee619c44d982d1bcd1fe01
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri May 22 11:16:14 2015 +0200

    reproducible: force debug mode for src:gauche
---
 bin/reproducible_build.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f6c26b9..787d3f6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -308,13 +308,13 @@ choose_package () {
 	SRCPKGID=$(echo $RESULT|cut -d "|" -f2)
 	SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
 	# force debug mode for certain packages
-	#case $SRCPACKAGE in
-	#	mig|libdatetime-format-http-perl|libio-html-perl|libio-pty-easy-perl|libnet-scp-expect-perl|libsocket-perl)
-	#		export DEBUG=true
-	#		irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
-	#		;;
-	#	*)	;;
-	#esac
+	case $SRCPACKAGE in
+			gauche|xxxxxxx)
+			export DEBUG=true
+			irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
+			;;
+		*)	;;
+	esac
 	SCHEDULED_DATE=$(echo $RESULT|cut -d "|" -f4)
 	SAVE_ARTIFACTS=$(echo $RESULT|cut -d "|" -f5)
 	NOTIFY=$(echo $RESULT|cut -d "|" -f6)

-- 
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