comment out not-yet-pushed repos
Aristotle Pagaltzis [Fri, 20 Nov 2009 20:57:41 +0000 (21:57 +0100)]
gitosis.conf

index a5526b2..26eeb14 100644 (file)
@@ -1,7 +1,14 @@
+# lines starting with whitespace are continuation lines
+# hash at start of line = whole-line comment
+# space + semicolon = comment
+
 [gitosis]
 
 [group gitosis-admin]
-writable = gitosis-admin Catalyst-Runtime Catalyst-Devel
+writable =
+       gitosis-admin
+#      Catalyst-Runtime ; uncomment once pushed
+       Catalyst-Devel
 members = mst t0m rafl marcus jester aristotle
 
 [group Engines]
@@ -21,7 +28,12 @@ writable = Catalyst-TraitFor-Request-ProxyBase
 members = @gitosis-admin veep
 
 [group catalyst-dev]
-writable = Catalyst-Authentication-Realm-Adaptor Catalyst-TraitFor-Controller-Data-FormValidator Catalyst-View-ContentNegotiation-XHTML copyrite Web-Simple
+writable =
+       Catalyst-Authentication-Realm-Adaptor
+       Catalyst-View-ContentNegotiation-XHTML
+#      Catalyst-TraitFor-Controller-Data-FormValidator ; uncomment once pushed
+       Web-Simple
+       copyrite
 members = @all
 
 [group catbook-code]
@@ -36,9 +48,10 @@ members = @gitosis-admin broquaint
 gitweb = yes
 description = Git web viewer in Catalyst
 
-[repo Catalyst-Runtime]
-gitweb = yes
-description = Catalyst Runtime
+# uncomment once pushed
+#[repo Catalyst-Runtime]
+#gitweb = yes
+#description = Catalyst Runtime
 
 [repo Catalyst-Devel]
 gitweb = yes
@@ -80,9 +93,10 @@ description = Catalyst-Action-REST
 gitweb = yes
 description = Adjust parameters of authentication processes on the fly
 
-[repo Catalyst-TraitFor-Controller-Data-FormValidator]
-gitweb = yes
-description = Controller Role for using Data::FormValidator
+# uncomment once pushed
+#[repo Catalyst-TraitFor-Controller-Data-FormValidator]
+#gitweb = yes
+#description = Controller Role for using Data::FormValidator
 
 [repo Catalyst-View-ContentNegotiation-XHTML]
 gitweb = yes