[Qa-jenkins-scm] [jenkins.debian.net] 01/01: YOLO: shorten two more messages
Holger Levsen
holger at layer-acht.org
Wed Nov 23 17:52:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e1159ddafb3069fee3452ea68f7a26145cb66f73
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 23 18:52:50 2016 +0100
YOLO: shorten two more messages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/email2irc.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index 2f273cd..af95716 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$##') "
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list