From 271c9e1eac694bb15a4d6ab04e8815bdc69041a7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 12:27:24 +0200 Subject: reproducible: notify irc about build in forced debug mode --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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) -- cgit v1.2.3-54-g00ecf