From c6a2b9c01f10b198e9f40177a20c38ab0dcc69ea Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 1 Oct 2016 13:35:54 +0200 Subject: reproducible Debian: suppress irc notifications about diffoscope crashes (at least until there is a dedicated channel) --- bin/reproducible_build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 012b3a3f..4dcd6c07 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -90,13 +90,13 @@ save_artifacts() { echo "

" >> $HEADER chmod 644 $HEADER # irc message - if [ ! -z "$NOTIFY" ] ; then - local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL" - if [ "$NOTIFY" = "diffoscope" ] ; then - MESSAGE="$MESSAGE (error running $DIFFOSCOPE)" - fi - irc_message debian-reproducible "$MESSAGE" - fi + #if [ ! -z "$NOTIFY" ] ; then + # local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL" + # if [ "$NOTIFY" = "diffoscope" ] ; then + # MESSAGE="$MESSAGE (error running $DIFFOSCOPE)" + # fi + # irc_message debian-reproducible "$MESSAGE" + #fi } cleanup_all() { -- cgit v1.2.3-70-g09d2