diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-09 18:00:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 18:00:35 +0200 |
commit | d291f7e1ee36b4a66a304e29666fc59e5c3fafb6 (patch) | |
tree | 1b7c9f2e40a5cdf5ebd46e849627fe11995d464b | |
parent | d15453c77c904d5bf25dfe3bf9439c19ee476465 (diff) | |
download | jenkins.debian.net-d291f7e1ee36b4a66a304e29666fc59e5c3fafb6.tar.xz |
reproducible: too much 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 b9e2714e..f054aa15 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 |