summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-24 01:39:23 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 01:39:23 +0100
commit2a9208fb0c77b96f3ad608558652198b34aaa73b (patch)
tree1e4c1e84593f88ddf2f8b4196ddc6d5dae5e52e5 /bin/email2irc.sh
parenta4277eb0673fc6b11319dd2b3d09132b3e0a4b76 (diff)
downloadjenkins.debian.net-2a9208fb0c77b96f3ad608558652198b34aaa73b.tar.xz
YOLO: shorten msg: s#^Jenkins build became#Became#
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/email2irc.sh')
-rwxr-xr-xbin/email2irc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index 90842f57..cc66210d 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -118,6 +118,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
MESSAGE="$(echo $MESSAGE | sed -s 's#^Failure#Failed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Build failed in Jenkins#Failed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is back to normal#Fixed #') "
+ MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build became#Became#') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') "
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') "