example conf expanded a bit

This commit is contained in:
Sitaram Chamarty 2009-08-23 13:44:46 +05:30 committed by Sitaram Chamarty
parent d45a4e3972
commit 930fbafed7

View file

@ -1,5 +1,7 @@
# example conf file for gitosis-lite # example conf file for gitosis-lite
# comments in the normal shell-ish style; no surprises there
# objectives, over and above gitosis: # objectives, over and above gitosis:
# - simpler syntax # - simpler syntax
# - no gitweb/daemon control # - no gitweb/daemon control
@ -14,8 +16,10 @@
@customers = cust1 cust2 @customers = cust1 cust2
@customers = cust99 @customers = cust99
@interns = indy james
@staff = me alice @staff = me alice
@staff = bob # you can nest groups; they'll be fully expanded in actual use
@staff = bob @interns
@secret_staff = bruce whitfield martin @secret_staff = bruce whitfield martin
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
@ -44,8 +48,8 @@ repo sandbox
# my repo and alice's repo have the same memberships and access, so we just # my repo and alice's repo have the same memberships and access, so we just
# club them # club them
repo myrepo alicerepo repo myrepo alicerepo
RW+ = me, alice RW+ = me alice
R = bob, eve R = bob eve
repo custrepo repo custrepo
RW = @customers RW = @customers