[TESTING] - svn: SVNROOT/trunk/
[email protected] ("Gwynne Raskind") Wed, 24 Jun 09 13:59:03 +0000
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
gwynne Wed, 24 Jun 2009 13:59:03 +0000
Changed paths:
U SVNROOT/trunk/commit-email.php
Log:
fix commit-email for new PEAR structure
Modified: SVNROOT/trunk/commit-email.php
===================================================================
--- SVNROOT/trunk/commit-email.php 2009-06-24 13:52:51 UTC (rev 223171)
+++ SVNROOT/trunk/commit-email.php 2009-06-24 13:59:03 UTC (rev 223172)
@@ -73,8 +73,8 @@
'|^pear/peardoc/en/pecl|' => array('[email protected]', '[email protected]'),
'|^pear/peardoc|' => array('[email protected]'),
'|^pear/pear-core|' => array('[email protected]', '[email protected]'),
- '|^pear/modules/installphars|' => array('[email protected]'),
- '|^pear/modules|' => array('[email protected]'),
+ '|^pear/packages/installphars|' => array('[email protected]'),
+ '|^pear/packages|' => array('[email protected]'),
// PECL
'|^php-src/pecl|' => array('[email protected]'),