diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-23 18:52:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-23 18:52:50 +0100 |
commit | e1159ddafb3069fee3452ea68f7a26145cb66f73 (patch) | |
tree | 6c6fa7eb97c8dccab612f2bcd4de499bd348c585 | |
parent | 4f82e3a98b068fbbe7ceaec33e0352d236d05502 (diff) | |
download | jenkins.debian.net-e1159ddafb3069fee3452ea68f7a26145cb66f73.tar.xz |
YOLO: shorten two more messages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/email2irc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 2f273cd3..af957162 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -117,6 +117,8 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $SUBJECT | cut -d ':' -f1) $MY_LINE" 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#Back #') " + MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') " MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') " MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " |