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