[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Remove meaningless ?page=changes from URLs

Holger Levsen holger at layer-acht.org
Tue Feb 21 08:47:26 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 9a78c38af8da12c33dfdfd946239ab8e5fc19639
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Feb 21 09:47:15 2017 +0100

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

-- 
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