summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-09 17:48:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-09 17:48:11 +0200
commitd15453c77c904d5bf25dfe3bf9439c19ee476465 (patch)
tree0da379a68b8ca30f40593a3e04fd69c747f8cdd4 /bin/reproducible_build.sh
parent1ee8bb2c7a9e4b8ae5676dd8bd383a152ee5f604 (diff)
downloadjenkins.debian.net-d15453c77c904d5bf25dfe3bf9439c19ee476465.tar.xz
reproducible: 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 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