diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-21 19:36:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-21 19:36:55 +0100 |
commit | 8d3e59398b12285af15a7b4b0c00df5ec2c0c077 (patch) | |
tree | 86de71caa7cc40b2405bc0d623bde6f6f07ae55d /bin | |
parent | 42746d9dec06ce92701b77d017c4c5d048fb1093 (diff) | |
download | jenkins.debian.net-8d3e59398b12285af15a7b4b0c00df5ec2c0c077.tar.xz |
reproducible Debian: send 'something weird happening when running diffoscope' irc message to #debian-reproducible-changes
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d12935a3..b99c1c52 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -450,7 +450,7 @@ call_diffoscope_on_changes_files() { RESULT="$RESULT (SIG$(kill -l $(($RESULT - 128))))" fi handle_ftbr "Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it" - irc_message debian-reproducible "Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it. Please check $RBUILDLOG and $DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE" + irc_message debian-reproducible-changes "Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it. Please check $RBUILDLOG and $DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE" ;; esac } |