r23005 - meta/hooks - Give gjanssens write access to svn hooks

Derek Atkins warlord at code.gnucash.org
Sat May 25 21:27:04 EDT 2013


Author: warlord
Date: 2013-05-25 21:27:03 -0400 (Sat, 25 May 2013)
New Revision: 23005
Trac: http://svn.gnucash.org/trac/changeset/23005

Modified:
   meta/hooks/commit-access-control.cfg
Log:
Give gjanssens write access to svn hooks
Remove write access to htdocs for everyone (primary moved to git)


Modified: meta/hooks/commit-access-control.cfg
===================================================================
--- meta/hooks/commit-access-control.cfg	2013-05-25 22:43:17 UTC (rev 23004)
+++ meta/hooks/commit-access-control.cfg	2013-05-26 01:27:03 UTC (rev 23005)
@@ -65,16 +65,16 @@
 
 [warlords box]
 match  = .*
-users  = warlord jsled cstim
+users  = warlord jsled cstim gjanssens
 access = read-write
 
 [meta allow]
 match  = ^meta
-users  = warlord jsled cstim
+users  = warlord jsled cstim gjanssens
 access = read-write
 
-[gnucash, gnucash-docs and htdocs allow]
-match  = ^(htdocs|gnucash)
+[gnucash and gnucash-docs allow]
+match  = ^(gnucash)
 users  = bock codehelp cstim hampton jsled linas wilddev chris andi5 plongstaff mta gjanssens cmarchi jralls alex.aycinena micha mikee fell
 access = read-write
 



More information about the gnucash-changes mailing list