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
# comments in the normal shell-ish style; no surprises there
# objectives, over and above gitosis:
# - simpler syntax
# - no gitweb/daemon control
@ -14,8 +16,10 @@
@customers = cust1 cust2
@customers = cust99
@interns = indy james
@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
# ----------------------------------------------------------------------------
@ -44,8 +48,8 @@ repo sandbox
# my repo and alice's repo have the same memberships and access, so we just
# club them
repo myrepo alicerepo
RW+ = me, alice
R = bob, eve
RW+ = me alice
R = bob eve
repo custrepo
RW = @customers