summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-09 18:00:35 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-09 18:00:35 +0200
commitd291f7e1ee36b4a66a304e29666fc59e5c3fafb6 (patch)
tree1b7c9f2e40a5cdf5ebd46e849627fe11995d464b /bin/reproducible_build.sh
parentd15453c77c904d5bf25dfe3bf9439c19ee476465 (diff)
downloadjenkins.debian.net-d291f7e1ee36b4a66a304e29666fc59e5c3fafb6.tar.xz
reproducible: too much unicode+irc…
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
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