From 78c721ac0e377251eeb323d602aa66c77c0ffb59 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 31 Aug 2010 17:04:02 +0200 Subject: Fix always enable VCS (not only for admin setup. --- ikiwiki_da.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ikiwiki_da.setup') diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 1e872c3..89fbcf4 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -45,7 +45,7 @@ use IkiWiki::Setup::Standard { # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '00755', # rcs backend to use - rcs => '', + rcs => 'git', # plugins to add to the default configuration add_plugins => [qw{ }], @@ -145,7 +145,7 @@ use IkiWiki::Setup::Standard { # git hook to generate git_wrapper => $gitdir . '/post-update-ikiwiki-da', # mode for git_wrapper (can safely be made suid) - #git_wrappermode => '06755', + git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) #historyurl => 'http://' . $githost . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]];hb=master-da', # gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted) -- cgit v1.2.3