[Qa-jenkins-scm] [jenkins.debian.net] 01/01: removing meaningless /changes from URLs
Holger Levsen
holger at layer-acht.org
Sun Dec 4 09:54:06 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 aada8cdcdc6148d9eea25e7491d1b21534c9182b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 4 10:54:02 2016 +0100
removing meaningless /changes from URLs
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 605372d..922cc20 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -126,6 +126,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') "
MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') "
MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') "
+ MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') "
# log message
echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE
# notify kgb
--
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