summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-09-01 16:00:38 +0100
committerHolger Levsen <holger@layer-acht.org>2015-09-01 17:39:33 +0200
commit16cf8951034316d4241eb5a22dc2de93ec662a86 (patch)
tree7b0be8a5a3308f6d68c8b0db5713f9fa71d97367
parent3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23 (diff)
downloadjenkins.debian.net-16cf8951034316d4241eb5a22dc2de93ec662a86.tar.xz
"Had trouble with these" doesn't make much sense in context now.
Signed-off-by: Chris Lamb <lamby@debian.org>
-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 4842eca7..adabc3d7 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -81,7 +81,7 @@ save_artifacts() {
if [ ! -z "$NOTIFY" ] ; then
local MESSAGE="Artifacts for ${SRCPACKAGE} (${SUITE}/${ARCH}) published: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
- MESSAGE="$MESSAGE, $DIFFOSCOPE had troubles with these..."
+ MESSAGE="$MESSAGE: error when running $DIFFOSCOPE"
fi
irc_message "$MESSAGE"
fi