From 3bfc6f0ca82f2c9b8bbc0c4541a5ffda10a34e23 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 1 Sep 2015 15:59:40 +0100 Subject: Clarify which package is being published. Signed-off-by: Chris Lamb --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf