summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-09 12:29:00 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-09 12:29:00 +0100
commit1642e37f65a886e04fa873eaecb56da475f3f013 (patch)
treeb7a0b4503edc19a2144970d40e775e805898ab94 /bin/reproducible_build.sh
parent8ce588c273a22770265482b473452c19dc05b7c9 (diff)
downloadjenkins.debian.net-1642e37f65a886e04fa873eaecb56da475f3f013.tar.xz
reproducible Debian: add debug output to irc notifications
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3ba3258b..7a419a05 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -104,9 +104,9 @@ cleanup_all() {
if [ "$SAVE_ARTIFACTS" = "1" ] ; then
save_artifacts
elif ( [ "$NOTIFY" = "1" ] || [ "$NOTIFY" = "2" ] ) && [ "$SAVE_ARTIFACTS" = "1" ] ; then
- irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS"
+ irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY"
elif [ ! -z "$NOTIFY" ] && [ "$SAVE_ARTIFACTS" = "0" ] ; then
- irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS"
+ irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY"
fi
[ ! -f $RBUILDLOG ] || gzip -9fvn $RBUILDLOG
if [ "$MODE" = "master" ] ; then