Skip to content

Commit c76af7c

Browse files
committed
Updated qa-release.php notes as per the new qa-release.php syntax
1 parent f5779d5 commit c76af7c

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.RELEASE_PROCESS

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,15 @@ Derick) run the following commands for you:
104104

105105
``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
106106

107-
3. Update the MD5 sums in ``web/qa/trunk/include/rc-md5sums.txt`` (no empty lines, ordered by filename, odler version number first, .bz2 before .gz).
107+
3. Update ``web/qa/trunk/include/release-qa.php`` with the appropriate information.
108+
See the documentation within release-qa.php for more information, but all releases
109+
and RCs are configured here. Only $QA_RELEASES needs to be edited.
108110

109-
4. Update in ``web/qa/trunk/include/release-qa.php`` constants with the new RC and
110-
commit this.
111+
Example: When rolling an RC, set the 'rc' with appropriate information for the
112+
given version.
111113

112-
a. ``$BUILD_TEST_RELEASES`` = array("4.4.7RC1", "5.2.2RC1")
114+
Note: Remember to update the MD5 checksum information.
113115

114-
b. ``$CURRENT_QA_RELEASE_4`` = "4.4.7RC1" (``$CURRENT_QA_RELEASE_5`` for PHP5)
115-
116-
c. ``$RELEASE_PROCESS`` = array(4 => true, 5 => true)
117116

118117
1. Update in ``web/php-bugs/trunk/include/php_versions.php`` to include the new RC and commit.
119118

@@ -247,13 +246,11 @@ number, and remove the RC from there.
247246

248247
11. Update ``qaweb/include/release-qa.php``
249248

250-
a. Update the $BUILD_TEST_RELEASES array with the release name
251-
252-
b. Update $RELEASE_PROCESS array (set to false)
253-
254-
I. For PHP4: Set $CURRENT_QA_RELEASE_4 to false
249+
- Update $QA_RELEASES with the appropriate information, which means bumping
250+
the version number to an upcoming version.
255251

256-
II. For PHP5: Set $CURRENT_QA_RELEASE_5 to false
252+
Example: If PHP 5.3.7 is being released, then PHP 5.3.8 is the next QA version,
253+
so replace 5.3.7 with 5.3.8 within $QA_RELEASES.
257254

258255
Re-releasing the same version (or -pl)
259256
--------------------------------------

0 commit comments

Comments
 (0)