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