From 55d2ed76b145ea8902ea5bece0302f9612de2164 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 24 Nov 2016 10:55:15 +0100 Subject: YOLO: shorten message: s#Jenkins build is unstable#Unstable# Signed-off-by: Holger Levsen --- bin/email2irc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/email2irc.sh') diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 2f75d88e..60c11a44 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -120,6 +120,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is back to normal#Fixed #') " MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is back to stable#Fixed #') " MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build became#Became#') " + MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build is unstable#Unstable#') " MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') " MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') " MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " -- cgit v1.2.3-54-g00ecf