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