[Qa-jenkins-scm] [jenkins.debian.net] 01/01: correctly replace notification url

Holger Levsen holger at layer-acht.org
Sat Feb 25 17:03:51 UTC 2017


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 d485cedec0664af4bf61076100717875a8ed4754
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Feb 25 18:03:33 2017 +0100

    correctly replace notification url
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/email2irc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/email2irc.sh b/bin/email2irc.sh
index 2a9bfe7..ec7b119 100755
--- a/bin/email2irc.sh
+++ b/bin/email2irc.sh
@@ -128,7 +128,7 @@ if [ "$VALID_MAIL" = "true" ] ; then
 		MESSAGE="$(echo $MESSAGE | sed -s 's#\?page=changes$##') "
 		MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') "
 		MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') "
-		MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') "
+		MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect\>$##') "
 		# 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