Make Catalyst-Devel writable for all committers.
[catagits/gitosis-admin.git] / gitosis.conf
1 # lines starting with whitespace are continuation lines
2 # hash at start of line = whole-line comment
3 # space + semicolon = comment
4
5 [gitosis]
6
7 [group gitosis-admin]
8 writable =
9         gitosis-admin
10 #       Catalyst-Runtime ; uncomment once pushed
11         Catalyst-Devel
12 members = mst t0m rafl marcus jester aristotle
13
14 [group catalyst-dev]
15 members = @all
16 writable =
17   Catalyst-Devel
18
19 [group Engines]
20 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
21 members = @gitosis-admin lando
22
23 [group t0m-maint]
24 writable = CatalystX-DynamicComponent Test-NoTabs Test-EOL Catalyst-Action-REST
25 members = @gitosis-admin
26
27 [group Catalyst-Component-ACCEPT_CONTEXT]
28 writable = Catalyst-Component-ACCEPT_CONTEXT
29 members = @gitosis-admin caelum
30
31 [group Catalyst-TraitFor-Request-ProxyBase]
32 writable = Catalyst-TraitFor-Request-ProxyBase
33 members = @gitosis-admin veep
34
35 [group catalyst-dev]
36 writable =
37         Catalyst-Authentication-Realm-Adaptor
38         Catalyst-View-ContentNegotiation-XHTML
39 #       Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
40         Web-Simple HTML-Zoom
41         copyrite
42 members = @all
43
44 [group catbook-code]
45 writable = catbook-code
46 members = ash mst
47
48 [group Gitalist-committers]
49 writable = Gitalist
50 members = @gitosis-admin broquaint ilmari zts
51
52 [repo Gitalist]
53 gitweb = yes
54 description = Git web viewer in Catalyst
55
56 # uncomment once pushed
57 #[repo Catalyst-Runtime]
58 #gitweb = yes
59 #description = Catalyst Runtime
60
61 [repo Catalyst-Devel]
62 gitweb = yes
63 description = Catalyst-Devel
64
65 [repo Catalyst-Engine-STOMP]
66 gitweb = yes
67 description = Catalyst-Engine-STOMP
68
69 [repo Catalyst-Engine-SCGI]
70 gitweb = yes
71 description = Catalyst-Engine-SCGI
72
73 [repo CatalystX-DynamicComponent]
74 gitweb = yes
75 description = CatalystX-DynamicComponent
76
77 [repo Test-NoTabs]
78 gitweb = yes
79 description = Test-NoTabs
80
81 [repo Test-EOL]
82 gitweb = yes
83 description = Test-NoTabs
84
85 [repo Catalyst-TraitFor-Request-ProxyBase]
86 gitweb = yes
87 description = Catalyst-TraitFor-Request-ProxyBase
88
89 [repo Catalyst-Component-ACCEPT_CONTEXT]
90 gitweb = yes
91 description = Catalyst-Component-ACCEPT_CONTEXT
92
93 [repo Catalyst-Action-REST]
94 gitweb = yes
95 description = Catalyst-Action-REST
96
97 [repo Catalyst-Authentication-Realm-Adaptor]
98 gitweb = yes
99 description = Adjust parameters of authentication processes on the fly
100
101 # uncomment once pushed
102 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
103 #gitweb = yes
104 #description = Controller Role for using Data::FormValidator
105
106 [repo Catalyst-View-ContentNegotiation-XHTML]
107 gitweb = yes
108 description = View Role for serving XHTML content
109
110 [repo Web-Simple]
111 gitweb = yes
112 description = Web::Simple - a lightweight way to write simple web apps