summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 12:27:24 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 12:27:24 +0200
commit271c9e1eac694bb15a4d6ab04e8815bdc69041a7 (patch)
tree762c50a5eef7c57e776eeb6594e349d46a232ce5 /bin
parent521d4828e52f2c39f24d679816a284d638462074 (diff)
downloadjenkins.debian.net-271c9e1eac694bb15a4d6ab04e8815bdc69041a7.tar.xz
reproducible: notify irc about build in forced debug mode
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh1
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)