Just shove all my shit into general catalyst-dev maint
[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 =
9     gitosis-admin
10 #    Catalyst-Runtime ; uncomment once pushed
11     Catalyst-Devel
12 members = mst t0m rafl marcus jester aristotle
13
14 [group Engines]
15 writable = Catalyst-Engine-SCGI Catalyst-Engine-STOMP fcgi2
16 members = @gitosis-admin lando
17
18 [group catalyst-dev]
19 writable =
20     CatalystX-DynamicComponent
21     Test-NoTabs
22     Test-EOL
23     Catalyst-Action-REST
24     Catalyst-Devel
25     Catalyst-Authentication-Realm-Adaptor
26     Catalyst-View-ContentNegotiation-XHTML
27     Catalyst-TraitFor-Request-ProxyBase
28     Catalyst-Component-ACCEPT_CONTEXT
29 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
30     Web-Simple HTML-Zoom App-IdiotBox
31     copyrite
32 members = @all
33
34 [group catbook-code]
35 writable = catbook-code
36 members = ash mst
37
38 [group Gitalist-committers]
39 writable = Gitalist
40 members = @gitosis-admin broquaint ilmari zts
41
42 [repo Gitalist]
43 gitweb = yes
44 description = Git web viewer in Catalyst
45
46 # uncomment once pushed
47 #[repo Catalyst-Runtime]
48 #gitweb = yes
49 #description = Catalyst Runtime
50
51 [repo Catalyst-Devel]
52 gitweb = yes
53 description = Catalyst-Devel
54
55 [repo Catalyst-Engine-STOMP]
56 gitweb = yes
57 description = Catalyst-Engine-STOMP
58
59 [repo Catalyst-Engine-SCGI]
60 gitweb = yes
61 description = Catalyst-Engine-SCGI
62
63 [repo CatalystX-DynamicComponent]
64 gitweb = yes
65 description = CatalystX-DynamicComponent
66
67 [repo Test-NoTabs]
68 gitweb = yes
69 description = Test-NoTabs
70
71 [repo Test-EOL]
72 gitweb = yes
73 description = Test-NoTabs
74
75 [repo Catalyst-TraitFor-Request-ProxyBase]
76 gitweb = yes
77 description = Catalyst-TraitFor-Request-ProxyBase
78
79 [repo Catalyst-Component-ACCEPT_CONTEXT]
80 gitweb = yes
81 description = Catalyst-Component-ACCEPT_CONTEXT
82
83 [repo Catalyst-Action-REST]
84 gitweb = yes
85 description = Catalyst-Action-REST
86
87 [repo Catalyst-Authentication-Realm-Adaptor]
88 gitweb = yes
89 description = Adjust parameters of authentication processes on the fly
90
91 # uncomment once pushed
92 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
93 #gitweb = yes
94 #description = Controller Role for using Data::FormValidator
95
96 [repo Catalyst-View-ContentNegotiation-XHTML]
97 gitweb = yes
98 description = View Role for serving XHTML content
99
100 [repo Web-Simple]
101 gitweb = yes
102 description = Web::Simple - a lightweight way to write simple web apps