gwynne                                   Sun, 02 Aug 2009 17:34:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286683

Log:
Karma granted to the entire repository must appear at the end of the file, or 
else unavails in the middle (such as for Zend) will deny them access.

Changed paths:
    U   SVNROOT/global_avail
    U   SVNROOT/pear_avail

Modified: SVNROOT/global_avail
===================================================================
--- SVNROOT/global_avail        2009-08-02 17:23:19 UTC (rev 286682)
+++ SVNROOT/global_avail        2009-08-02 17:34:36 UTC (rev 286683)
@@ -5,10 +5,6 @@

 unavail

-# But members of the PHP Group get access to everything.
-
-avail|andi,andrei,jimw,rasmus,rubys,sas,ssb,thies,zeev,shane
-
 # Some people also have access to the configuration files in the SVNROOT.

 
avail|sterling,goba,imajes,wez,iliaa,derick,jon,cox,alan_k,jmcastagnetto,mj,pajoye,helly,philip,stas,johannes,gwynne,lsmith|SVNROOT
@@ -27,7 +23,7 @@
 unavail||php/php-src/*/Zend,php/php-src/*/TSRM

 # PEAR bits in the main php-src module
-avail|cox,mj,vblavet,dickmann,tal,jmcastagnetto,alexmerz,cellog,pajoye,timj,clay,dufuz,bjori,davidc,saltybeagle,derick|php/php-src/*/pear
+avail|cox,mj,vblavet,dickmann,tal,jmcastagnetto,alexmerz,cellog,pajoye,timj,clay,dufuz,bjori,davidc,saltybeagle,derick|php/php-src/*/`pear

 # Some people have access to tests in the Engine
 
avail|ilewis,magnus,michael,zoe,jmessa,sfox,tomerc,felixdv|php/php-src/*/Zend/tests
@@ -359,4 +355,8 @@
 # cmake karma (GSOC 2008 project)
 avail|gloob,pierre|php/cmake

+# But members of the PHP Group get access to everything.
+# Note: This line MUST be at the end so that it overrides any unavail settings
+avail|andi,andrei,jimw,rasmus,rubys,sas,ssb,thies,zeev,shane
+
 # vim:set ft=conf sw=2 ts=2 et:

Modified: SVNROOT/pear_avail
===================================================================
--- SVNROOT/pear_avail  2009-08-02 17:23:19 UTC (rev 286682)
+++ SVNROOT/pear_avail  2009-08-02 17:34:36 UTC (rev 286683)
@@ -5,10 +5,6 @@

 unavail

-# But members of the PHP Group get access to everything.
-
-avail|andi,andrei,jimw,rasmus,rubys,sas,ssb,thies,zeev,shane
-
 # The PHP Developers have full access to the full source trees for
 # PHP and PEAR, as well as the documentation.

@@ -175,4 +171,8 @@
 avail|hschletz|pear/packages/MDB2
 avail|tacker|pear/packages/File_Bittorrent,pear/packages/File_Bittorrent2

+# But members of the PHP Group get access to everything.
+# Note: This line MUST be at the end so that it overrides any unavail settings
+avail|andi,andrei,jimw,rasmus,rubys,sas,ssb,thies,zeev,shane
+
 # vim:set ft=conf sw=2 ts=2 et:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to