aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/git/files/gitolite.rc2
-rw-r--r--roles/git/templates/cgit/cgitrc.j25
2 files changed, 5 insertions, 2 deletions
diff --git a/roles/git/files/gitolite.rc b/roles/git/files/gitolite.rc
index e862cdc..085c9ea 100644
--- a/roles/git/files/gitolite.rc
+++ b/roles/git/files/gitolite.rc
@@ -17,7 +17,7 @@
UMASK => 0077,
# look for "git-config" in the documentation
- GIT_CONFIG_KEYS => '',
+ GIT_CONFIG_KEYS => 'gitweb\..*',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,
diff --git a/roles/git/templates/cgit/cgitrc.j2 b/roles/git/templates/cgit/cgitrc.j2
index f0d83fc..da5f33f 100644
--- a/roles/git/templates/cgit/cgitrc.j2
+++ b/roles/git/templates/cgit/cgitrc.j2
@@ -128,5 +128,8 @@ readme=:install
# NOTE: only the global settings before this directive will be
# applied to each repository.
-scan-path={{ git.user.home }}/{{ git.public_dir }}
+project-list={{ git.user.home }}/projects.list
+scan-path={{ git.user.home }}/repositories
+
+# EOF