diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-18 12:27:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-18 12:27:24 +0200 |
commit | 271c9e1eac694bb15a4d6ab04e8815bdc69041a7 (patch) | |
tree | 762c50a5eef7c57e776eeb6594e349d46a232ce5 | |
parent | 521d4828e52f2c39f24d679816a284d638462074 (diff) | |
download | jenkins.debian.net-271c9e1eac694bb15a4d6ab04e8815bdc69041a7.tar.xz |
reproducible: notify irc about build in forced debug mode
-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) |