aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/templates/cgit/cgitrc.j2
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-05-15 20:16:14 +0800
committerAaron LI <aly@aaronly.me>2018-05-15 20:16:14 +0800
commitbbfac4101eaaa27a053560cb9cadfe5e807c12da (patch)
treed7dd1336d62d23d3e7770d46ac3775044d2f73fd /roles/git/templates/cgit/cgitrc.j2
parentc179b57bcc9c3f6b01bcf589b76204de43571022 (diff)
downloadansible-dfly-vps-bbfac4101eaaa27a053560cb9cadfe5e807c12da.tar.bz2
git: configure gitolite with cgit
Diffstat (limited to 'roles/git/templates/cgit/cgitrc.j2')
-rw-r--r--roles/git/templates/cgit/cgitrc.j25
1 files changed, 4 insertions, 1 deletions
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