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