summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-09-01 15:59:29 +0100
committerHolger Levsen <holger@layer-acht.org>2015-09-01 17:39:33 +0200
commit5ec5c32efd252bec08f0ec18943195f16022d4a3 (patch)
tree3aafb3640f6a26a248968f9a4d7e620f383f50d3 /bin/reproducible_build.sh
parente8be7bb0f0b8e3355c7ae4ad70f37317cce0a0fb (diff)
downloadjenkins.debian.net-5ec5c32efd252bec08f0ec18943195f16022d4a3.tar.xz
Mention what noun is being published
Signed-off-by: Chris Lamb <lamby@debian.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 174b7570..e48b46b3 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -79,7 +79,7 @@ save_artifacts() {
echo | tee -a ${RBUILDLOG}
# irc message
if [ ! -z "$NOTIFY" ] ; then
- local MESSAGE="$URL published"
+ local MESSAGE="Artifacts published: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
MESSAGE="$MESSAGE, $DIFFOSCOPE had troubles with these..."
fi