summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-01 13:35:54 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-01 13:35:54 +0200
commitc6a2b9c01f10b198e9f40177a20c38ab0dcc69ea (patch)
treec17eb8cea4cc8c012c960777e05371ad76c558d9 /bin
parentae6332ed62e8ea7498eac038dd6dc38a431631a4 (diff)
downloadjenkins.debian.net-c6a2b9c01f10b198e9f40177a20c38ab0dcc69ea.tar.xz
reproducible Debian: suppress irc notifications about diffoscope crashes (at least until there is a dedicated channel)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh14
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() {