johannes Tue, 22 Dec 2009 22:36:41 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=292504
Log: Where using svn now, use svn paths # This file doesn't exist in 5.2!? Changed paths: U php/php-src/branches/PHP_5_3/README.RELEASE_PROCESS U php/php-src/trunk/README.RELEASE_PROCESS Modified: php/php-src/branches/PHP_5_3/README.RELEASE_PROCESS =================================================================== --- php/php-src/branches/PHP_5_3/README.RELEASE_PROCESS 2009-12-22 22:33:29 UTC (rev 292503) +++ php/php-src/branches/PHP_5_3/README.RELEASE_PROCESS 2009-12-22 22:36:41 UTC (rev 292504) @@ -100,9 +100,9 @@ ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address`` -3. Update the MD5 sums in ``qaweb/include/rc-md5sums.txt`` (no empty lines). +3. Update the MD5 sums in ``web/qa/trunk/include/rc-md5sums.txt`` (no empty lines). -4. Update in ``qaweb/include/release-qa.php`` constants with the new RC and +4. Update in ``web/qa/trunk/include/release-qa.php`` constants with the new RC and commit this. a. ``$BUILD_TEST_RELEASES`` = array("4.4.7RC1", "5.2.2RC1") @@ -111,7 +111,7 @@ c. ``$RELEASE_PROCESS`` = array(4 => true, 5 => true) -1. Update in ``php-bugs-web/include/functions.inc`` the ``show_version_option`` +1. Update in ``php-bugs/trunk/include/functions.inc`` the ``show_version_option`` function to include the new RC and commit. 2. Update ``phpweb/include/version.inc`` (x=major version number) Modified: php/php-src/trunk/README.RELEASE_PROCESS =================================================================== --- php/php-src/trunk/README.RELEASE_PROCESS 2009-12-22 22:33:29 UTC (rev 292503) +++ php/php-src/trunk/README.RELEASE_PROCESS 2009-12-22 22:36:41 UTC (rev 292504) @@ -100,9 +100,9 @@ ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address`` -3. Update the MD5 sums in ``qaweb/include/rc-md5sums.txt`` (no empty lines). +3. Update the MD5 sums in ``web/qa/trunk/include/rc-md5sums.txt`` (no empty lines). -4. Update in ``qaweb/include/release-qa.php`` constants with the new RC and +4. Update in ``web/qa/trunk/include/release-qa.php`` constants with the new RC and commit this. a. ``$BUILD_TEST_RELEASES`` = array("4.4.7RC1", "5.2.2RC1") @@ -111,7 +111,7 @@ c. ``$RELEASE_PROCESS`` = array(4 => true, 5 => true) -1. Update in ``php-bugs-web/include/functions.inc`` the ``show_version_option`` +1. Update in ``php-bugs/trunk/include/functions.inc`` the ``show_version_option`` function to include the new RC and commit. 2. Update ``phpweb/include/version.inc`` (x=major version number)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php