diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index a8d33be8..e131d87f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -65,9 +65,9 @@ save_artifacts() { echo | tee -a ${RBUILDLOG} # irc message if [ ! -z "$NOTIFY" ] ; then - local MESSAGE="Artifacts for ${SRCPACKAGE} ($STATUS in ${SUITE}/${ARCH}) published: $URL" + local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL" if [ "$NOTIFY" = "diffoscope" ] ; then - MESSAGE="$MESSAGE (error when running $DIFFOSCOPE)" + MESSAGE="$MESSAGE (error running $DIFFOSCOPE)" fi irc_message "$MESSAGE" fi |