[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: suppress irc notifications about diffoscope crashes (at least until there is a dedicated channel)
Holger Levsen
holger at layer-acht.org
Sat Oct 1 11:39:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit c6a2b9c01f10b198e9f40177a20c38ab0dcc69ea
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 1 13:35:54 2016 +0200
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 012b3a3..4dcd6c0 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() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list