summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-23 18:58:59 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-23 18:58:59 +0100
commit6e058ad36e8c723b4336a5cf8d05bdf6a8e08323 (patch)
treedfecf46c3b81c5f7dfea62897c975b2c79c2e614 /bin/email2irc.sh
parente1159ddafb3069fee3452ea68f7a26145cb66f73 (diff)
downloadjenkins.debian.net-6e058ad36e8c723b4336a5cf8d05bdf6a8e08323.tar.xz
YOLO: Back to normal=Fixed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/email2irc.sh')
-rwxr-xr-xbin/email2irc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index af957162..90842f57 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -117,7 +117,7 @@ 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#^Jenkins build is back to normal#Fixed #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') "
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') "