diff options
author | Chris Lamb <lamby@debian.org> | 2015-09-01 15:59:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 17:39:33 +0200 |
commit | 5ec5c32efd252bec08f0ec18943195f16022d4a3 (patch) | |
tree | 3aafb3640f6a26a248968f9a4d7e620f383f50d3 | |
parent | e8be7bb0f0b8e3355c7ae4ad70f37317cce0a0fb (diff) | |
download | jenkins.debian.net-5ec5c32efd252bec08f0ec18943195f16022d4a3.tar.xz |
Mention what noun is being published
Signed-off-by: Chris Lamb <lamby@debian.org>
-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 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 |