r17239 - meta/hooks - add access for rolf to trunk/po/

Josh Sled jsled at cvs.gnucash.org
Fri Jun 20 15:22:23 EDT 2008


Author: jsled
Date: 2008-06-20 15:22:22 -0400 (Fri, 20 Jun 2008)
New Revision: 17239
Trac: http://svn.gnucash.org/trac/changeset/17239

Modified:
   meta/hooks/commit-access-control.cfg
   meta/hooks/pre-revprop-change
Log:
add access for rolf to trunk/po/

Modified: meta/hooks/commit-access-control.cfg
===================================================================
--- meta/hooks/commit-access-control.cfg	2008-06-20 01:01:29 UTC (rev 17238)
+++ meta/hooks/commit-access-control.cfg	2008-06-20 19:22:22 UTC (rev 17239)
@@ -122,3 +122,9 @@
 match = ^gnucash/trunk/accounts/de
 users = rolf
 access = read-write
+
+# 2008-06-20, jsled: add at rolf's request, cstim's approval.
+[Rolf access to po/]
+match = ^gnucash/trunk/po/
+users = rolf
+access = read-write

Modified: meta/hooks/pre-revprop-change
===================================================================
--- meta/hooks/pre-revprop-change	2008-06-20 01:01:29 UTC (rev 17238)
+++ meta/hooks/pre-revprop-change	2008-06-20 19:22:22 UTC (rev 17239)
@@ -13,6 +13,7 @@
 [ $USER == "warlord" ] && exit 0
 [ $USER == "chris" ] && exit 0
 [ $USER == "andi5" ] && exit 0
+[ $USER == "cstim" ] && exit 0
 
 # disallow
 echo "Sorry [${USER}], you cannot change [${PROP}]." >&2



More information about the gnucash-changes mailing list