svn: /SVNROOT/ commit-email.php

[email protected] (Gwynne Raskind) Mon, 27 Jul 2009 18:15:14 +0000
Newsgroups php.cvs,svn.migration
Message-ID <[email protected]>
--3cdae9a62b962414d6b959cef89762695b06039b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

gwynne                                   Mon, 27 Jul 2009 18:15:14 +0000

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

Log:
pear_avail commits should go to pear lists, and no need for sending SVNROOT commits to svn-migration anymore

Changed paths:
    U   SVNROOT/commit-email.php

Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php	2009-07-27 17:51:08 UTC (rev 286424)
+++ SVNROOT/commit-email.php	2009-07-27 18:15:14 UTC (rev 286425)
@@ -96,7 +96,8 @@

     // Internals
     '|^systems|' => array('[email protected]'),
-    '|^SVNROOT|' => array('[email protected]', '[email protected]'),
+    '|^SVNROOT/pear_avail|' => array('[email protected]', '[email protected]'),
+    '|^SVNROOT|' => array('[email protected]'),
 );
 $fallback_addresses = array('[email protected]');
 $always_addresses = array('[email protected]');

--3cdae9a62b962414d6b959cef89762695b06039b--