Documentation tweaks
- Add note about daemon user - In example, set gitweb.url to proper URL Signed-off-by: Christopher M. Fuhrman <cfuhrman@panix.com>
This commit is contained in:
parent
6ad6bf95e6
commit
df885e5989
|
@ -101,6 +101,10 @@ For the purposes of example, we assume that we have two groups accessing each re
|
||||||
# Repository Definitions
|
# 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
|
repo gitolite-admin
|
||||||
RW = @sysops daemon
|
RW = @sysops daemon
|
||||||
R = @all
|
R = @all
|
||||||
|
@ -115,7 +119,7 @@ For the purposes of example, we assume that we have two groups accessing each re
|
||||||
repo operations
|
repo operations
|
||||||
RW = @operations @engineering @gladmin daemon
|
RW = @operations @engineering @gladmin daemon
|
||||||
R = @all
|
R = @all
|
||||||
config gitweb.url = git@git.example.com:engineering
|
config gitweb.url = git@git.example.com:operations
|
||||||
config receive.denyNonFastforwards = true
|
config receive.denyNonFastforwards = true
|
||||||
config receive.denyDeletes = true
|
config receive.denyDeletes = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue