Add ranguard
[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-Component-ACCEPT_CONTEXT
28 #    Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
29     Web-Simple HTML-Zoom App-IdiotBox
30     copyrite
31     Catalyst-Controller-DBIC-API
32     Catalyst-Controller-MovableType
33     Catalyst-View-Component-SubInclude
34     Catalyst-Plugin-ConfigLoader-Environment
35     Catalyst-Traitfor-Request-ProxyBase
36     CatalystX-Debug-ResponseHeaders
37     CatalystX-Debug-RequestHeaders
38     Catalyst-ActionRole-ExpiresHeader
39 members = @all
40
41 [group catbook-code]
42 writable = catbook-code
43 members = ash mst
44
45 [group Gitalist-committers]
46 writable = Gitalist
47 members = @gitosis-admin ranguard broquaint ilmari zts abraxxa seven bricas
48
49 [repo Gitalist]
50 gitweb = yes
51 description = Git web viewer in Catalyst
52
53 # uncomment once pushed
54 #[repo Catalyst-Runtime]
55 #gitweb = yes
56 #description = Catalyst Runtime
57
58 [repo Catalyst-Devel]
59 gitweb = yes
60 description = Catalyst-Devel
61
62 [repo Catalyst-Engine-STOMP]
63 gitweb = yes
64 description = Catalyst-Engine-STOMP
65
66 [repo Catalyst-Engine-SCGI]
67 gitweb = yes
68 description = Catalyst-Engine-SCGI
69
70 [repo CatalystX-DynamicComponent]
71 gitweb = yes
72 description = CatalystX-DynamicComponent
73
74 [repo Test-NoTabs]
75 gitweb = yes
76 description = Test-NoTabs
77
78 [repo Test-EOL]
79 gitweb = yes
80 description = Test-NoTabs
81
82 [repo Catalyst-TraitFor-Request-ProxyBase]
83 gitweb = yes
84 description = Catalyst-TraitFor-Request-ProxyBase
85
86 [repo Catalyst-Component-ACCEPT_CONTEXT]
87 gitweb = yes
88 description = Catalyst-Component-ACCEPT_CONTEXT
89
90 [repo Catalyst-Action-REST]
91 gitweb = yes
92 description = Catalyst-Action-REST
93
94 [repo Catalyst-Authentication-Realm-Adaptor]
95 gitweb = yes
96 description = Adjust parameters of authentication processes on the fly
97
98 # uncomment once pushed
99 #[repo Catalyst-TraitFor-Controller-Data-FormValidator]
100 #gitweb = yes
101 #description = Controller Role for using Data::FormValidator
102
103 [repo Catalyst-View-ContentNegotiation-XHTML]
104 gitweb = yes
105 description = View Role for serving XHTML content
106
107 [repo Web-Simple]
108 gitweb = yes
109 description = Web::Simple - a lightweight way to write simple web apps
110
111 [repo Catalyst-Controller-DBIC-API]
112 gitweb = yes
113 description = http://search.cpan.org/dist/Catalyst-Controller-DBIC-API/
114
115 [repo Catalyst-View-Component-SubInclude]
116 gitweb = yes
117 description = http://search.cpan.org/dist/Catalyst-View-Component-SubInclude
118
119 [repo Catalyst-Controller-MovableType]
120 gitweb = yes
121 description = Run Movable Type through Catalyst