diff options
author | Malfurious <m@lfurio.us> | 2022-08-02 18:51:39 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-08-02 18:51:39 -0400 |
commit | 6a7ac220db586c429e65c4d56754f9bb16f9028c (patch) | |
tree | 463bd23fa3c444aa1639a06c21c1ea4e301e513b | |
parent | ff153afa84f92b1b0feec09a307d8ec05a3825f8 (diff) | |
download | srcnode-6a7ac220db586c429e65c4d56754f9bb16f9028c.tar.gz srcnode-6a7ac220db586c429e65c4d56754f9bb16f9028c.zip |
Replace git-daemon/gitweb presets with cgit
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | conf/.gitolite.rc | 6 |
1 files 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', |