[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: force debug mode for certain packages, to debug false not-for-us packages
Holger Levsen
holger at moszumanska.debian.org
Mon May 18 10:24:45 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 521d4828e52f2c39f24d679816a284d638462074
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 18 12:24:29 2015 +0200
reproducible: force debug mode for certain packages, to debug false not-for-us packages
---
bin/reproducible_build.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a4ccfd3..b41edd6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -299,6 +299,10 @@ choose_package () {
SUITE=$(echo $RESULT|cut -d "|" -f1)
SRCPKGID=$(echo $RESULT|cut -d "|" -f2)
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
+ # force debug mode for certain packages
+ if [ $SRCPACKAGE = "hsqldb1.8.0" ] ; then
+ export DEBUG=true
+ fi
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