summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-09-01 15:59:40 +0100
committerHolger Levsen <holger@layer-acht.org>2015-09-01 17:39:33 +0200
commit3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23 (patch)
tree4f2f5ec88d211dbd03cf2fb8dcee22b4e5476a68 /bin
parent5ec5c32efd252bec08f0ec18943195f16022d4a3 (diff)
downloadjenkins.debian.net-3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23.tar.xz
Clarify which package is being published.
Signed-off-by: Chris Lamb <lamby@debian.org>
Diffstat (limited to 'bin')
-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 e48b46b3..4842eca7 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="Artifacts published: $URL"
+ local MESSAGE="Artifacts for ${SRCPACKAGE} (${SUITE}/${ARCH}) published: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
MESSAGE="$MESSAGE, $DIFFOSCOPE had troubles with these..."
fi