summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-08-02 18:51:39 -0400
committerMalfurious <m@lfurio.us>2022-08-02 18:51:39 -0400
commit6a7ac220db586c429e65c4d56754f9bb16f9028c (patch)
tree463bd23fa3c444aa1639a06c21c1ea4e301e513b
parentff153afa84f92b1b0feec09a307d8ec05a3825f8 (diff)
downloadsrcnode-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.rc6
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',