And now, it does work, sigh
[catagits/gitosis-admin.git] / gitosis.conf
1 [gitosis]
2
3 [group gitosis-admin]
4 writable = gitosis-admin Catalyst-Runtime Catalyst-Devel
5 members = mst t0m rafl marcus
6
7 [group Engines]
8 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP
9 members = @gitosis-admin lando
10
11 [group t0m-code]
12 writable = CatalystX-DynamicComponent
13 members = @gitosis-admin
14
15 [group Catalyst-Component-ACCEPT_CONTEXT]
16 writable = Catalyst-Component-ACCEPT_CONTEXT
17 members = @gitosis-admin caelum
18
19 [repo Catalyst-Runtime]
20 gitweb = yes
21 description = Catalyst Runtime
22
23 [repo Catalyst-Devel]
24 gitweb = yes
25 description = Catalyst-Devel
26
27 [repo Catalyst-Engine-STOMP]
28 gitweb = yes
29 description = Catalyst-Engine-STOMP
30
31 [repo Catalyst-Engine-SCGI]
32 gitweb = yes
33 description = Catalyst-Engine-SCGI
34
35 [repo CatalystX-DynamicComponent]
36 gitweb = yes
37 description = CatalystX-DynamicComponent
38
39 [repo Catalyst-Component-ACCEPT_CONTEXT]
40 gitweb = yes
41 description = Catalyst-Component-ACCEPT_CONTEXT
42