[Qa-jenkins-scm] [jenkins.debian.net] 01/01: YOLO: shorten msg: s#^Jenkins build became#Became#
Holger Levsen
holger at layer-acht.org
Thu Nov 24 00:39:39 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 2a9208fb0c77b96f3ad608558652198b34aaa73b
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 24 01:39:23 2016 +0100
YOLO: shorten msg: s#^Jenkins build became#Became#
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/email2irc.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index 90842f5..cc66210 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -118,6 +118,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
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 to normal#Fixed #') "
+ MESSAGE="$(echo $MESSAGE | sed -s 's#^Jenkins build became#Became#') "
MESSAGE="$(echo $MESSAGE | sed -s 's#^Still Failing#Still failing#') "
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') "
--
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