[Gnucash-changes] r11796 - meta/hooks - Re-creating CVS ACLs.

Joshua Sled jsled at cvs.gnucash.org
Wed Nov 2 17:42:34 EST 2005


Author: jsled
Date: 2005-11-02 17:42:33 -0500 (Wed, 02 Nov 2005)
New Revision: 11796

Modified:
   meta/hooks/commit-access-control.cfg
Log:
Re-creating CVS ACLs.


Modified: meta/hooks/commit-access-control.cfg
===================================================================
--- meta/hooks/commit-access-control.cfg	2005-11-02 21:17:03 UTC (rev 11795)
+++ meta/hooks/commit-access-control.cfg	2005-11-02 22:42:33 UTC (rev 11796)
@@ -59,25 +59,26 @@
 # THE PARAMETERS FOR THOSE SECTIONS WILL BE MERGED TOGETHER INTO ONE
 # SECTION AND YOUR SECURITY MAY BE COMPROMISED.
 
-[Make everything read-write for all users]
+[catch-all deny]
 match   = .*
-access  = read-write
+access  = read-only
 
-[meta is read-only]
-match  = ^meta
-access = read-only
+[warlord's box]
+match  = .*
+users  = warlord
+access = read-write
 
-[meta is protected]
+[meta allow]
 match  = ^meta
 users  = warlord jsled
 access = read-write
 
-#[Make project1 read-write for users Jane and Joe]
-#match  = ^(branches|tags|trunk)/project1
-#users  = jane joe
-#access = read-write
+[gnucash and gnucash-docs allow]
+match  = ^gnucash
+users  = bock codehelp cstim hampton jsled linas wilddev
+access = read-write
 
-#[However, we don't trust Joe with project1's Makefile]
-#match  = ^(branches|tags|trunk)/project1/Makefile
-#users  = joe
-#access = read-only
+[gnucash-docs allow]
+match  = ^gnucash-docs
+users  = lapham
+access = read-write



More information about the gnucash-changes mailing list