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