diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-23 14:13:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-23 14:13:11 +0100 |
commit | 5bdf181eb48c028a147060ede4754de8a1483804 (patch) | |
tree | c3684cbc252a8a7eaf256fdd630f0f46a85b198f /bin | |
parent | 4a337387496a4f7f0403b1c099355d561478632a (diff) | |
download | jenkins.debian.net-5bdf181eb48c028a147060ede4754de8a1483804.tar.xz |
reproducible Debian: be less verbose…
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 c3b05a18..76d6dbdc 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -107,7 +107,7 @@ cleanup_all() { irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY" elif [ ! -z "$NOTIFY" ] && [ "$SAVE_ARTIFACTS" = "0" ] ; then if [ "$NOTIFY" = "diffoscope" ] ; then - irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE $STATUS and $DIFFOSCOPE failed…" + irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE $STATUS and $DIFFOSCOPE failed" else irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS debug: $NOTIFY" fi |