0c15f1495f73005ef5de0c0d9973b05705040eea
[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-FormValidator-Simple
43     Catalyst-Plugin-Session-State-Cookie
44     Catalyst-Controller-WrapCGI
45     CatalystX-Declare
46     CatalystX-Routes
47     BackPAN-Web
48     Reaction
49     XML-Feed
50     Catalyst-Plugin-Scheduler
51     Catalyst-Plugin-ConfigLoader
52     Catalyst-Authentication-Store-Htpasswd
53     Catalyst-Authentication-Credential-FBConnect
54     Catalyst-Authentication-Credential-HTTP-Proxy
55     Catalyst-Authentication-Credential-HTTP
56     Catalyst-Authentication-Credential-OAuth
57     FCGI-ProcManager
58     CatalystX-Script-Server-Starman
59     Task-Catalyst
60 members = @all
61
62 [group catbook-code]
63 writable = catbook-code
64 members = ash mst
65
66 [group Gitalist-committers]
67 writable = Gitalist
68 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa bricas dip
69
70 [repo Gitalist]
71 gitweb = yes
72 description = Git web viewer in Catalyst
73
74 [repo Catalyst-Runtime]
75 gitweb = yes
76 description = The Perl MVC Framework (catagits@git.shadowcat.co.uk:Catalyst-Runtime.git)
77
78 [repo Catalyst-Devel]
79 gitweb = yes
80 description = Catalyst-Devel
81
82 [repo Catalyst-Engine-STOMP]
83 gitweb = yes
84 description = Catalyst-Engine-STOMP
85
86 [repo Catalyst-Engine-SCGI]
87 gitweb = yes
88 description = Catalyst-Engine-SCGI
89
90 [repo Catalyst-Plugin-Scheduler]
91 gitweb = yes
92 description = catagits@git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
93
94 [repo CatalystX-DynamicComponent]
95 gitweb = yes
96 description = CatalystX-DynamicComponent
97
98 [repo Test-NoTabs]
99 gitweb = yes
100 description = Test-NoTabs
101
102 [repo Test-EOL]
103 gitweb = yes
104 description = Test-EOL
105
106 [repo Catalyst-TraitFor-Request-ProxyBase]
107 gitweb = yes
108 description = Catalyst-TraitFor-Request-ProxyBase
109
110 [repo Catalyst-Component-ACCEPT_CONTEXT]
111 gitweb = yes
112 description = Catalyst-Component-ACCEPT_CONTEXT
113
114 [repo Catalyst-Action-REST]
115 gitweb = yes
116 description = Catalyst-Action-REST
117
118 [repo Catalyst-Authentication-Realm-Adaptor]
119 gitweb = yes
120 description = Adjust parameters of authentication processes on the fly
121
122 # uncomment once pushed
123 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
124 #gitweb = yes
125 #description = Controller Role for using Data::FormValidator
126
127 [repo Catalyst-View-ContentNegotiation-XHTML]
128 gitweb = yes
129 description = View Role for serving XHTML content
130
131 [repo Web-Simple]
132 gitweb = yes
133 description = Web::Simple - a lightweight way to write simple web apps
134
135 [repo Catalyst-Controller-DBIC-API]
136 gitweb = yes
137 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
138
139 [repo Catalyst-View-Component-SubInclude]
140 gitweb = yes
141 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
142
143 [repo Catalyst-Controller-MovableType]
144 gitweb = yes
145 description = Run Movable Type through Catalyst
146
147 [repo Catalyst-Plugin-FormValidator-Simple]
148 gitweb = yes
149 description = Validator for Catalyst with FormValidator::Simple
150
151 [repo CatalystX-Declare]
152 gitweb = yes
153 description = Declarative (::Devel::Declare) Catalyst
154
155 [repo Reaction]
156 gitweb = yes
157 description = 'Reaction' or the likes
158
159 [repo Catalyst-Model-DBIC-Schema]
160 gitweb = yes
161 description = git://git.shadowcat.co.uk:catagits/Catalyst-Model-DBIC-Schema.git
162
163 [repo Catalyst-Plugin-ConfigLoader]
164 gitweb = yes
165 description = git://git.shadowcat.co.uk:catagits/Catalyst-Plugin-ConfigLoader.git
166
167 [repo Catalyst-Authentication-Store-Htpasswd]
168 gitweb = yes
169 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Store-Htpasswd.git
170
171 [repo Catalyst-Authentication-Credential-HTTP-Proxy]
172 gitweb = yes
173 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git
174
175 [repo Catalyst-Authentication-Credential-HTTP]
176 gitweb = yes
177 description = git://git.shadowcat.co.uk:catagits/Catalyst-Authentication-Credential-HTTP.git
178
179 [repo FCGI-ProcManager]
180 gitweb = yes
181 description = git://git.shadowcat.co.uk:catagits/FCGI-ProcManager.git
182
183 [repo CatalystX-Script-Server-Starman]
184 gitweb = yes
185 description = git://git.shadowcat.co.uk:catagits/CatalystX-Script-Server-Starman.git
186