From df885e5989d3ae9644d4c6b02b627e74afef7b7c Mon Sep 17 00:00:00 2001 From: "Christopher M. Fuhrman" Date: Mon, 20 Jun 2011 11:06:09 -0700 Subject: [PATCH] Documentation tweaks - Add note about daemon user - In example, set gitweb.url to proper URL Signed-off-by: Christopher M. Fuhrman --- doc/gitolite-gitweb-http-backend.mkd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/gitolite-gitweb-http-backend.mkd b/doc/gitolite-gitweb-http-backend.mkd index cfe489a..7f2a6a5 100644 --- a/doc/gitolite-gitweb-http-backend.mkd +++ b/doc/gitolite-gitweb-http-backend.mkd @@ -101,6 +101,10 @@ For the purposes of example, we assume that we have two groups accessing each re # Repository Definitions # + # Note that we give access to the daemon user, thus enabling + # git-daemon-export-ok (see + # https://github.com/sitaramc/gitolite/blob/pu/doc/2-admin.mkd#gwd) + repo gitolite-admin RW = @sysops daemon R = @all @@ -115,7 +119,7 @@ For the purposes of example, we assume that we have two groups accessing each re repo operations RW = @operations @engineering @gladmin daemon R = @all - config gitweb.url = git@git.example.com:engineering + config gitweb.url = git@git.example.com:operations config receive.denyNonFastforwards = true config receive.denyDeletes = true