summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-03-23 14:13:11 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-23 14:13:11 +0100
commit5bdf181eb48c028a147060ede4754de8a1483804 (patch)
treec3684cbc252a8a7eaf256fdd630f0f46a85b198f /bin/reproducible_build.sh
parent4a337387496a4f7f0403b1c099355d561478632a (diff)
downloadjenkins.debian.net-5bdf181eb48c028a147060ede4754de8a1483804.tar.xz
reproducible Debian: be less verbose…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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