Add chansen so he can fix FCGI shit.
[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
b3098e30 14[group Engines]
2f6da7b8 15writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
7898efa9 16members = @gitosis-admin lando
17
ca8cf578 18[group t0m-maint]
19writable = CatalystX-DynamicComponent Test-NoTabs Test-EOL Catalyst-Action-REST
7898efa9 20members = @gitosis-admin
b3098e30 21
d8e55372 22[group Catalyst-Component-ACCEPT_CONTEXT]
23writable = Catalyst-Component-ACCEPT_CONTEXT
24members = @gitosis-admin caelum
25
9cd92b17 26[group Catalyst-TraitFor-Request-ProxyBase]
ea297e3a 27writable = Catalyst-TraitFor-Request-ProxyBase
9cd92b17 28members = @gitosis-admin veep
29
faebe2ca 30[group catalyst-dev]
01f5f9a8 31writable =
c8e39141 32 Catalyst-Devel
01f5f9a8 33 Catalyst-Authentication-Realm-Adaptor
34 Catalyst-View-ContentNegotiation-XHTML
35# Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
cb0a0992 36 Web-Simple HTML-Zoom
01f5f9a8 37 copyrite
faebe2ca 38members = @all
39
8363ff38 40[group catbook-code]
41writable = catbook-code
42members = ash mst
43
a4d3776b 44[group Gitalist-committers]
45writable = Gitalist
580acdac 46members = @gitosis-admin broquaint ilmari zts
a4d3776b 47
48[repo Gitalist]
49gitweb = yes
50description = Git web viewer in Catalyst
51
01f5f9a8 52# uncomment once pushed
53#[repo Catalyst-Runtime]
54#gitweb = yes
55#description = Catalyst Runtime
d37c6a46 56
57[repo Catalyst-Devel]
58gitweb = yes
59description = Catalyst-Devel
60
61[repo Catalyst-Engine-STOMP]
62gitweb = yes
63description = Catalyst-Engine-STOMP
64
b3098e30 65[repo Catalyst-Engine-SCGI]
66gitweb = yes
67description = Catalyst-Engine-SCGI
68
7898efa9 69[repo CatalystX-DynamicComponent]
70gitweb = yes
71description = CatalystX-DynamicComponent
72
905b44bf 73[repo Test-NoTabs]
74gitweb = yes
75description = Test-NoTabs
76
ea297e3a 77[repo Test-EOL]
78gitweb = yes
79description = Test-NoTabs
80
905b44bf 81[repo Catalyst-TraitFor-Request-ProxyBase]
82gitweb = yes
83description = Catalyst-TraitFor-Request-ProxyBase
84
f26e48b7 85[repo Catalyst-Component-ACCEPT_CONTEXT]
86gitweb = yes
87description = Catalyst-Component-ACCEPT_CONTEXT
88
5553d0ab 89[repo Catalyst-Action-REST]
90gitweb = yes
91description = Catalyst-Action-REST
92
faebe2ca 93[repo Catalyst-Authentication-Realm-Adaptor]
94gitweb = yes
95description = Adjust parameters of authentication processes on the fly
70f38cc3 96
01f5f9a8 97# uncomment once pushed
98#[repo Catalyst-TraitFor-Controller-Data-FormValidator]
99#gitweb = yes
100#description = Controller Role for using Data::FormValidator
8fc71e12 101
102[repo Catalyst-View-ContentNegotiation-XHTML]
103gitweb = yes
104description = View Role for serving XHTML content
105
7b9b6748 106[repo Web-Simple]
107gitweb = yes
108description = Web::Simple - a lightweight way to write simple web apps