summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-03-26 22:44:45 +0100
committerBernd Zeimetz <bernd@bzed.de>2010-03-26 22:44:45 +0100
commitb17568001d0d0f1f32abbbcdca17184c5904a8f9 (patch)
tree1f3bf33a70166f446456d114062624aa8de95e7a /repo
parentb35173545761fab41d019d49d3ca2954fc42296a (diff)
downloadgpsd-b17568001d0d0f1f32abbbcdca17184c5904a8f9.tar.gz
Use cgit urls for cia instead of gitweb.
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index 70c7ec26..e26e856c 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -44,7 +44,8 @@ host=`hostname --fqdn`
# to this, it should point at a CGI that will display the commit
# through gitweb or something similar. The default will probably
# work if you have a typical gitweb setup.
-urlprefix="http://${host}/cgi-bin/gitweb.cgi?p=$repo;a=commit;h="
+#urlprefix="http://${host}/cgi-bin/gitweb.cgi?p=$repo;a=commit;h="
+urlprefix="http://git.berlios.de/cgi-bin/cgit.cgi/gpsd/commit/?id="
#
# You probably will not need to change the following: