summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
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: