summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)