summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 12:24:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 12:24:29 +0200
commit521d4828e52f2c39f24d679816a284d638462074 (patch)
treee3a32b825e438e01272635cf1940d350c42f02bc /bin/reproducible_build.sh
parentd666233fe2d76fdfe66a3647f40c461524854a17 (diff)
downloadjenkins.debian.net-521d4828e52f2c39f24d679816a284d638462074.tar.xz
reproducible: force debug mode for certain packages, to debug false not-for-us packages
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 4 insertions, 0 deletions
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)