diff options
author | Chris Lamb <lamby@debian.org> | 2015-09-01 15:59:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 17:39:33 +0200 |
commit | 3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23 (patch) | |
tree | 4f2f5ec88d211dbd03cf2fb8dcee22b4e5476a68 | |
parent | 5ec5c32efd252bec08f0ec18943195f16022d4a3 (diff) | |
download | jenkins.debian.net-3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23.tar.xz |
Clarify which package 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 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 |