diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-09 17:48:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 17:48:11 +0200 |
commit | d15453c77c904d5bf25dfe3bf9439c19ee476465 (patch) | |
tree | 0da379a68b8ca30f40593a3e04fd69c747f8cdd4 | |
parent | 1ee8bb2c7a9e4b8ae5676dd8bd383a152ee5f604 (diff) | |
download | jenkins.debian.net-d15453c77c904d5bf25dfe3bf9439c19ee476465.tar.xz |
reproducible: unicode+irc…
-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 8b1620da..b9e2714e 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -124,7 +124,7 @@ update_db_and_html() { # notification for changing status if [ "${OLD_STATUS}" = "reproducible" ] ; then if [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ; then - MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible → ${STATUS}" + MESSAGE="${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} ♻ reproducible ➤ ${STATUS}" echo "\n$MESSAGE" | tee -a ${RBUILDLOG} irc_message "$MESSAGE" # disable ("regular") irc notification unless it's due to debbindiff problems |