diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 14 |
1 files 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 "</p>" >> $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() { |