]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Fix at gitweb url
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 19:05:20 +0000 (17:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 25 Jan 2010 19:05:20 +0000 (17:05 -0200)
templates/ikiwiki.setup.erb

index 6a30cfa95407f28b09ad7987bb60e24c9651c997..2aa06cda349dfdfb22ab4607188b93ea49f2dbb5 100644 (file)
@@ -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",