From d291f7e1ee36b4a66a304e29666fc59e5c3fafb6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Jul 2015 18:00:35 +0200 Subject: reproducible: too much unicode+irc… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf