summaryrefslogtreecommitdiffstats
path: root/bin/email2irc.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-24 11:04:35 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 11:04:35 +0100
commitec0977b26cedaf4466f7baacd222fc73b02d037d (patch)
treed12b3514ed44062458b4e382a68c5ea7993f0a07 /bin/email2irc.sh
parent55d2ed76b145ea8902ea5bece0302f9612de2164 (diff)
downloadjenkins.debian.net-ec0977b26cedaf4466f7baacd222fc73b02d037d.tar.xz
YOLO: shorten msg: s#^Jenkins build is still unstable#Still unstable#
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 60c11a44..2a5ed1f6 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -121,6 +121,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
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#^Jenkins build is still unstable#Still 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:##') "