Add DBIC-API and nperez
[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     Catalyst-Controller-DBIC-API
33 members = @all
34
35 [group catbook-code]
36 writable = catbook-code
37 members = ash mst
38
39 [group Gitalist-committers]
40 writable = Gitalist
41 members = @gitosis-admin broquaint ilmari zts
42
43 [repo Gitalist]
44 gitweb = yes
45 description = Git web viewer in Catalyst
46
47 # uncomment once pushed
48 #[repo Catalyst-Runtime]
49 #gitweb = yes
50 #description = Catalyst Runtime
51
52 [repo Catalyst-Devel]
53 gitweb = yes
54 description = Catalyst-Devel
55
56 [repo Catalyst-Engine-STOMP]
57 gitweb = yes
58 description = Catalyst-Engine-STOMP
59
60 [repo Catalyst-Engine-SCGI]
61 gitweb = yes
62 description = Catalyst-Engine-SCGI
63
64 [repo CatalystX-DynamicComponent]
65 gitweb = yes
66 description = CatalystX-DynamicComponent
67
68 [repo Test-NoTabs]
69 gitweb = yes
70 description = Test-NoTabs
71
72 [repo Test-EOL]
73 gitweb = yes
74 description = Test-NoTabs
75
76 [repo Catalyst-TraitFor-Request-ProxyBase]
77 gitweb = yes
78 description = Catalyst-TraitFor-Request-ProxyBase
79
80 [repo Catalyst-Component-ACCEPT_CONTEXT]
81 gitweb = yes
82 description = Catalyst-Component-ACCEPT_CONTEXT
83
84 [repo Catalyst-Action-REST]
85 gitweb = yes
86 description = Catalyst-Action-REST
87
88 [repo Catalyst-Authentication-Realm-Adaptor]
89 gitweb = yes
90 description = Adjust parameters of authentication processes on the fly
91
92 # uncomment once pushed
93 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
94 #gitweb = yes
95 #description = Controller Role for using Data::FormValidator
96
97 [repo Catalyst-View-ContentNegotiation-XHTML]
98 gitweb = yes
99 description = View Role for serving XHTML content
100
101 [repo Web-Simple]
102 gitweb = yes
103 description = Web::Simple - a lightweight way to write simple web apps
104
105 [repo Catalyst-Controller-DBIC-API]
106 gitweb = yes
107 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
108