cvs: php-master-web /scripts update-backend
[email protected] ("Lukas Smith")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvslsmith1200044466@cvsserver> |
lsmith Fri Jan 11 09:41:06 2008 UTC
Modified files:
/php-master-web/scripts update-backend
Log:
- added mailinglist rules
http://cvs.php.net/viewvc.cgi/php-master-web/scripts/update-backend?r1=1.32&r2=1.33&diff_format=u
Index: php-master-web/scripts/update-backend
diff -u php-master-web/scripts/update-backend:1.32 php-master-web/scripts/update-backend:1.33
--- php-master-web/scripts/update-backend:1.32 Sat Dec 29 14:44:08 2007
+++ php-master-web/scripts/update-backend Fri Jan 11 09:41:06 2008
@@ -58,6 +58,7 @@
$urls = array(
'php-src/CODING_STANDARDS',
'php-src/README.CVS-RULES',
+ 'php-src/README.MAILINGLIST-RULES',
'php-src/README.RELEASE_PROCESS',
);
pregen_rest_files("$root/reST/cache/", $urls);
@@ -114,4 +115,3 @@
// Replace real file with temporary file
return rename("$file~", $file);
}
-