[kernel-team] 01/01: hooksetup.sh: Fix git commit URL format
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Jul 4 18:21:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository kernel-team.
commit 23f9265c839d659d4ad150eda6803acaa8c55e4b
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Jul 4 20:18:22 2016 +0200
hooksetup.sh: Fix git commit URL format
Now that we're using a recent kgb-client, the IRC messages include a
short link to the git commit. The current format assumes use of
gitweb, but Alioth has switched to cgit and the redirection doesn't
cover commit URLs correctly.
---
scripts/hooksetup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/hooksetup.sh b/scripts/hooksetup.sh
index 83379fb..32131f1 100755
--- a/scripts/hooksetup.sh
+++ b/scripts/hooksetup.sh
@@ -23,7 +23,7 @@ servers:
# dam, KGB-0 - uri: http://dam.homelinux.net:9418/
# Tincho, KGB-1 - uri: http://abhean.mine.nu:9418/
# gregoa, KGB-2 - uri: http://colleen.colgarra.priv.at:8080/
-web-link: http://git.debian.org/?p=kernel/\${module}.git;a=commitdiff;h=\${commit}
+web-link: https://anonscm.debian.org/cgit/kernel/\${module}.git/commit/?id=\${commit}
short-url-service: Debli
EOF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git
More information about the Kernel-svn-changes
mailing list