[pkg-java-scripts] 01/02: Convert the Vcs-Browser fields using gitweb

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 11 22:37:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository pkg-java-scripts.

commit 5a0f0b3f4f49bdef6cfe2b4a2c7ed8364316ddc4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 11 23:36:01 2016 +0100

    Convert the Vcs-Browser fields using gitweb
---
 vcsfields.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vcsfields.sh b/vcsfields.sh
index 155a94d..cfd9b2b 100755
--- a/vcsfields.sh
+++ b/vcsfields.sh
@@ -21,6 +21,8 @@ fi
 
 sed -i "s#git://anonscm.debian.org/pkg-java/\([^/]*\)/\?#https://anonscm.debian.org/git/pkg-java/\1#g" debian/control
 sed -i "s#http://anonscm.debian.org/cgit/pkg-java/\([^/]*\)/\?#https://anonscm.debian.org/cgit/pkg-java/\1#g" debian/control
+sed -i "s#http://anonscm.debian.org/gitweb/?p=pkg-java/\([^/]*\)/\?#https://anonscm.debian.org/cgit/pkg-java/\1#g" debian/control
+
 
 # Add an entry to debian/changelog
 if [ $VCS_GIT_UPDATED == 1 ] && [ $VCS_BROWSER_UPDATED == 1 ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-scripts.git



More information about the pkg-java-commits mailing list