add catbook-code repo
[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-maint]
12 writable = CatalystX-DynamicComponent Test-NoTabs Test-EOL Catalyst-Action-REST
13 members = @gitosis-admin
14
15 [group Catalyst-Component-ACCEPT_CONTEXT]
16 writable = Catalyst-Component-ACCEPT_CONTEXT
17 members = @gitosis-admin caelum
18
19 [group Catalyst-TraitFor-Request-ProxyBase]
20 writable = Catalyst-TraitFor-Request-ProxyBase
21 members = @gitosis-admin veep
22
23 [group catalyst-dev]
24 writable = Catalyst-Authentication-Realm-Adaptor Catalyst-TraitFor-Controller-Data-FormValidator
25 members = @all
26
27 [group catbook-code]
28 writable = catbook-code
29 members = ash mst
30
31 [repo Catalyst-Runtime]
32 gitweb = yes
33 description = Catalyst Runtime
34
35 [repo Catalyst-Devel]
36 gitweb = yes
37 description = Catalyst-Devel
38
39 [repo Catalyst-Engine-STOMP]
40 gitweb = yes
41 description = Catalyst-Engine-STOMP
42
43 [repo Catalyst-Engine-SCGI]
44 gitweb = yes
45 description = Catalyst-Engine-SCGI
46
47 [repo CatalystX-DynamicComponent]
48 gitweb = yes
49 description = CatalystX-DynamicComponent
50
51 [repo Test-NoTabs]
52 gitweb = yes
53 description = Test-NoTabs
54
55 [repo Test-EOL]
56 gitweb = yes
57 description = Test-NoTabs
58
59 [repo Catalyst-TraitFor-Request-ProxyBase]
60 gitweb = yes
61 description = Catalyst-TraitFor-Request-ProxyBase
62
63 [repo Catalyst-Component-ACCEPT_CONTEXT]
64 gitweb = yes
65 description = Catalyst-Component-ACCEPT_CONTEXT
66
67 [repo Catalyst-Action-REST]
68 gitweb = yes
69 description = Catalyst-Action-REST
70
71 [repo Catalyst-Authentication-Realm-Adaptor]
72 gitweb = yes
73 description = Adjust parameters of authentication processes on the fly
74
75 [repo Catalyst-TraitFor-Controller-Data-FormValidator]
76 gitweb = yes
77 description = Controller Role for using Data::FormValidator