example conf expanded a bit
This commit is contained in:
parent
d45a4e3972
commit
930fbafed7
10
example.conf
10
example.conf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue