From b17568001d0d0f1f32abbbcdca17184c5904a8f9 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Fri, 26 Mar 2010 22:44:45 +0100 Subject: Use cgit urls for cia instead of gitweb. --- repo/hooks/ciabot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo') 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: -- cgit v1.2.1