From 6a7ac220db586c429e65c4d56754f9bb16f9028c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 2 Aug 2022 18:51:39 -0400 Subject: Replace git-daemon/gitweb presets with cgit Signed-off-by: Malfurious --- conf/.gitolite.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index 39497f2..cf8e510 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -113,10 +113,10 @@ 'git-config', # creates git-daemon-export-ok files; if you don't use git-daemon, comment this out - 'daemon', + #'daemon', # creates projects.list file; if you don't use gitweb, comment this out - 'gitweb', + #'gitweb', # These FEATURES are disabled by default; uncomment to enable. If you # need to add new ones, ask on the mailing list :-) @@ -160,7 +160,7 @@ # 'upstream', # updates 'description' file instead of 'gitweb.description' config item - # 'cgit', + 'cgit', # allow repo-specific hooks to be added # 'repo-specific-hooks', -- cgit v1.2.3