Add permission
[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 = gitosis-admin
9 members = mst t0m rafl marcus jester aristotle apeiron hobbs dhoss frew kd caelum
10
11 [group Engines]
12 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
13 members = @gitosis-admin lando chansen
14
15 [group catalyst-dev]
16 writable =
17     CatalystX-DynamicComponent
18     Test-NoTabs
19     Test-EOL
20     Catalyst-Action-REST
21     Catalyst-Runtime
22     Catalyst-Devel
23     Catalyst-Authentication-Realm-Adaptor
24     Catalyst-Authentication-Store-DBIx-Class
25     Catalyst-View-ContentNegotiation-XHTML
26     Catalyst-Component-ACCEPT_CONTEXT
27 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
28     Web-Simple HTML-Zoom App-IdiotBox
29     copyrite
30     Catalyst-Manual
31     Catalyst-View-TT
32     Catalyst-Controller-DBIC-API
33     Catalyst-Controller-MovableType
34     Catalyst-View-Component-SubInclude
35     Catalyst-Plugin-ConfigLoader-Environment
36     Catalyst-Plugin-Cache
37     Catalyst-Model-DBIC-Schema
38     Catalyst-Traitfor-Request-ProxyBase
39     CatalystX-Debug-ResponseHeaders
40     CatalystX-Debug-RequestHeaders
41     Catalyst-ActionRole-ExpiresHeader
42     Catalyst-Plugin-Authentication
43     Catalyst-Plugin-FormValidator-Simple
44     Catalyst-Plugin-Session-State-Cookie
45     Catalyst-Controller-WrapCGI
46     CatalystX-Declare
47     CatalystX-Routes
48     BackPAN-Web
49     Reaction
50     XML-Feed
51     Catalyst-Plugin-Scheduler
52     Catalyst-Plugin-ConfigLoader
53     Catalyst-Authentication-Store-Htpasswd
54     Catalyst-Authentication-Credential-FBConnect
55     Catalyst-Authentication-Credential-HTTP-Proxy
56     Catalyst-Authentication-Credential-HTTP
57     Catalyst-Authentication-Credential-OAuth
58     FCGI-ProcManager
59     CatalystX-Script-Server-Starman
60     HTTP-Request-AsCGI
61     Task-Catalyst
62     Test-WWW-Selenium-Catalyst
63 members = @all
64
65 [group catbook-code]
66 writable = catbook-code
67 members = ash mst
68
69 [group Gitalist-committers]
70 writable = Gitalist
71 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa bricas dip
72
73 [repo Gitalist]
74 gitweb = yes
75 description = Git web viewer in Catalyst
76
77 [repo Catalyst-Runtime]
78 gitweb = yes
79 description = The Perl MVC Framework (catagits@git.shadowcat.co.uk:Catalyst-Runtime.git)
80
81 [repo Catalyst-Devel]
82 gitweb = yes
83 description = Catalyst-Devel
84
85 [repo Catalyst-Engine-STOMP]
86 gitweb = yes
87 description = Catalyst-Engine-STOMP
88
89 [repo Catalyst-Engine-SCGI]
90 gitweb = yes
91 description = Catalyst-Engine-SCGI
92
93 [repo Catalyst-Plugin-Scheduler]
94 gitweb = yes
95 description = catagits@git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
96
97 [repo CatalystX-DynamicComponent]
98 gitweb = yes
99 description = CatalystX-DynamicComponent
100
101 [repo Test-NoTabs]
102 gitweb = yes
103 description = Test-NoTabs
104
105 [repo Test-EOL]
106 gitweb = yes
107 description = Test-EOL
108
109 [repo Catalyst-TraitFor-Request-ProxyBase]
110 gitweb = yes
111 description = Catalyst-TraitFor-Request-ProxyBase
112
113 [repo Catalyst-Component-ACCEPT_CONTEXT]
114 gitweb = yes
115 description = Catalyst-Component-ACCEPT_CONTEXT
116
117 [repo Catalyst-Action-REST]
118 gitweb = yes
119 description = Catalyst-Action-REST
120
121 [repo Catalyst-Authentication-Realm-Adaptor]
122 gitweb = yes
123 description = Adjust parameters of authentication processes on the fly
124
125 # uncomment once pushed
126 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
127 #gitweb = yes
128 #description = Controller Role for using Data::FormValidator
129
130 [repo Catalyst-View-ContentNegotiation-XHTML]
131 gitweb = yes
132 description = View Role for serving XHTML content
133
134 [repo Web-Simple]
135 gitweb = yes
136 description = Web::Simple - a lightweight way to write simple web apps
137
138 [repo Catalyst-Controller-DBIC-API]
139 gitweb = yes
140 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
141
142 [repo Catalyst-View-Component-SubInclude]
143 gitweb = yes
144 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
145
146 [repo Catalyst-Controller-MovableType]
147 gitweb = yes
148 description = Run Movable Type through Catalyst
149
150 [repo Catalyst-Plugin-FormValidator-Simple]
151 gitweb = yes
152 description = Validator for Catalyst with FormValidator::Simple
153
154 [repo CatalystX-Declare]
155 gitweb = yes
156 description = Declarative (::Devel::Declare) Catalyst
157
158 [repo Reaction]
159 gitweb = yes
160 description = 'Reaction' or the likes
161
162 [repo Catalyst-Model-DBIC-Schema]
163 gitweb = yes
164 description = git://git.shadowcat.co.uk:catagits/Catalyst-Model-DBIC-Schema.git
165
166 [repo Catalyst-Plugin-ConfigLoader]
167 gitweb = yes
168 description = git://git.shadowcat.co.uk:catagits/Catalyst-Plugin-ConfigLoader.git
169
170 [repo Catalyst-Authentication-Store-Htpasswd]
171 gitweb = yes
172 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Store-Htpasswd.git
173
174 [repo Catalyst-Authentication-Credential-HTTP-Proxy]
175 gitweb = yes
176 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git
177
178 [repo Catalyst-Authentication-Credential-HTTP]
179 gitweb = yes
180 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP.git
181
182 [repo FCGI-ProcManager]
183 gitweb = yes
184 description = git://git.shadowcat.co.uk:catagits/FCGI-ProcManager.git
185
186 [repo CatalystX-Script-Server-Starman]
187 gitweb = yes
188 description = git://git.shadowcat.co.uk:catagits/CatalystX-Script-Server-Starman.git
189
190 [repo Test-WWW-Selenium-Catalyst]
191 gitweb = yes
192 description = git://git.shadowcat.co.uk:catagits/Test-WWW-Selenium-Catalyst.git
193