r16491 - meta/hooks - revert unnecssary change.

Josh Sled jsled at cvs.gnucash.org
Mon Sep 3 16:33:53 EDT 2007


Author: jsled
Date: 2007-09-03 16:33:52 -0400 (Mon, 03 Sep 2007)
New Revision: 16491
Trac: http://svn.gnucash.org/trac/changeset/16491

Modified:
   meta/hooks/commit-access-control.cfg
Log:
revert unnecssary change.


Modified: meta/hooks/commit-access-control.cfg
===================================================================
--- meta/hooks/commit-access-control.cfg	2007-09-03 20:30:53 UTC (rev 16490)
+++ meta/hooks/commit-access-control.cfg	2007-09-03 20:33:52 UTC (rev 16491)
@@ -63,6 +63,21 @@
 match   = .*
 access  = read-only
 
+[warlord's box]
+match  = .*
+users  = warlord jsled
+access = read-write
+
+[meta allow]
+match  = ^meta
+users  = warlord jsled
+access = read-write
+
+[gnucash, gnucash-docs and htdocs allow]
+match  = ^(htdocs|gnucash)
+users  = bock codehelp cstim hampton jsled linas wilddev chris andi5
+access = read-write
+
 [gnucash-docs allow]
 match  = ^gnucash-docs
 users  = lapham dvherman
@@ -107,18 +122,3 @@
 match = ^gnucash/trunk/accounts/de
 users = rolf
 access = read-write
-
-[warlord's box]
-match  = .*
-users  = warlord jsled
-access = read-write
-
-[meta allow]
-match  = ^meta
-users  = warlord jsled
-access = read-write
-
-[gnucash, gnucash-docs and htdocs allow]
-match  = ^(htdocs|gnucash)
-users  = bock codehelp cstim hampton jsled linas wilddev chris andi5
-access = read-write



More information about the gnucash-changes mailing list