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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue