diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b41edd65..b1c6040e 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -302,6 +302,7 @@ choose_package () { # force debug mode for certain packages if [ $SRCPACKAGE = "hsqldb1.8.0" ] ; then export DEBUG=true + irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE" fi SCHEDULED_DATE=$(echo $RESULT|cut -d "|" -f4) SAVE_ARTIFACTS=$(echo $RESULT|cut -d "|" -f5) |