From 63a5c633ca626f6b144dc3acb286713d2d030afa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 Mar 2010 17:56:49 -0400 Subject: Add an autoconfigurability tweak that bzed missed. --- repo/hooks/ciabot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repo') diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh index e26e856c..ad8a4a5e 100755 --- a/repo/hooks/ciabot.sh +++ b/repo/hooks/ciabot.sh @@ -42,10 +42,10 @@ host=`hostname --fqdn` # Changeset URL prefix for your repo: when the commit ID is appended # 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://git.berlios.de/cgi-bin/cgit.cgi/gpsd/commit/?id=" +# through gitweb or something similar. The defaults will probably +# work if you have a typical gitweb/cgit setup. +#urlprefix="http://${host}/cgi-bin/gitweb.cgi?p=${repo};a=commit;h=" +urlprefix="http://${host}/cgi-bin/cgit.cgi/${repo}/commit/?id=" # # You probably will not need to change the following: -- cgit v1.2.1