diff options
author | Johannes Schlüter <johannes@php.net> | 2009-12-22 22:36:41 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-12-22 22:36:41 +0000 |
commit | 31deb65a9dcc1dec081a4f0154cc7784fcaecf26 (patch) | |
tree | e195bede118c7c8d92019991b0853f49924ff76e /README.RELEASE_PROCESS | |
parent | d046bf5d8eed3d106dd041a4843ab80d90e73cd7 (diff) | |
download | php-git-31deb65a9dcc1dec081a4f0154cc7784fcaecf26.tar.gz |
Where using svn now, use svn paths
# This file doesn't exist in 5.2!?
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r-- | README.RELEASE_PROCESS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index d99c4ff388..684c420e30 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -100,9 +100,9 @@ Derick) run the following commands for you: ``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 @@ commit this. 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) |