From: Silvio Rhatto Date: Mon, 25 Jan 2010 19:05:20 +0000 (-0200) Subject: Fix at gitweb url X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5d828cb78811bbb5c260b3e45f0e7e7a7b9dba3f;p=puppet-ikiwiki.git Fix at gitweb url --- diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb index 6a30cfa..2aa06cd 100644 --- a/templates/ikiwiki.setup.erb +++ b/templates/ikiwiki.setup.erb @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "http://git.<%= domain %>/gitweb.cgi?p=<%= name %>.git;a=history;f=[[file]]", - diffurl => "http://git.<%= domain %>/gitweb.cgi?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=history;f=[[file]]", + diffurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master",