From 521d4828e52f2c39f24d679816a284d638462074 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 12:24:29 +0200 Subject: reproducible: force debug mode for certain packages, to debug false not-for-us packages --- bin/reproducible_build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index a4ccfd3c..b41edd65 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) -- cgit v1.2.3-54-g00ecf