|
NeoOffice 3.4 Release Tasks
From NeoWiki
Revision as of 12:03, 18 October 2013 (edit) ( | contribs) (→Website - Update task details) ← Previous diff |
Revision as of 02:38, 19 October 2013 (edit) (undo) ( | contribs) (→Website - Update task details) Next diff → |
||
Line 156: | Line 156: | ||
<tr> | <tr> | ||
<td><b>Task</b></td><td width="10%"><b>Date Completed</b></td><td width="10%"><b>Assigned</b></td><td width="10%"><b>Status</b></td> | <td><b>Task</b></td><td width="10%"><b>Date Completed</b></td><td width="10%"><b>Assigned</b></td><td width="10%"><b>Status</b></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td> | ||
+ | <p>Update the website's download cookie name and value in the <tt>www-test-primary.neooffice.org</tt> server's <tt>neojava</tt> directory.</p> | ||
+ | <p>Note: I used the following steps to do this:</p> | ||
+ | <ul> | ||
+ | <li>Manually editing the download cookie name and value <tt>/neojava/donations/includes/config.php</tt>.</li> | ||
+ | <li>Manually edit the <tt>/neojava/downloads/donordownloads/.htaccess</tt> file and add a new <tt>RewriteCond</tt> line for the cookie. Do not remove any existing <tt>RewriteCond</tt> lines.</li> | ||
+ | <li>After you verify that the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></li> | ||
+ | <li>Push the new download cookie name and value to the <tt>www.neooffice.org</tt> website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and invoking the following command: <tt>bin/cvsplusperms.sh update -d</tt>. | ||
+ | </ul> | ||
+ | </td> | ||
+ | <td>10/18/13</td><td>pluby</td><td>Done</td> | ||
</tr> | </tr> | ||
Line 161: | Line 175: | ||
<td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag pre_NeoOffice-3_4 ; bin/cvsplusperms.sh update -rpre_NeoOffice-3_4 -d ; sudo chmod ug+x bin/*.sh ; bin/cvsplusperms.sh update -d</tt> | <td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag pre_NeoOffice-3_4 ; bin/cvsplusperms.sh update -rpre_NeoOffice-3_4 -d ; sudo chmod ug+x bin/*.sh ; bin/cvsplusperms.sh update -d</tt> | ||
</td> | </td> | ||
- | <td>10/ | + | <td>10/18/13</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 185: | Line 199: | ||
$currentpatchreleasenotesurl = ''; | $currentpatchreleasenotesurl = ''; | ||
$oldproductshowobsoletewarning = false; | $oldproductshowobsoletewarning = false; | ||
+ | $oldproductencourageupgrade = false; | ||
$oldproductminosxversion = '10.6'; | $oldproductminosxversion = '10.6'; | ||
$oldproductmaxosxversion = '10.8'; | $oldproductmaxosxversion = '10.8'; | ||
Line 195: | Line 210: | ||
</li> | </li> | ||
<li>Manually update the 24 NeoOffice 3.4 main installer and language pack file sizes and set the patch file size to <tt>0</tt> in the <tt>/neojava/includes/globals/filesizes.php</tt> file.</tt></li> | <li>Manually update the 24 NeoOffice 3.4 main installer and language pack file sizes and set the patch file size to <tt>0</tt> in the <tt>/neojava/includes/globals/filesizes.php</tt> file.</tt></li> | ||
- | <li>Manually update the 31 NeoOffice 3. | + | <li>Manually update the 31 NeoOffice 3.3 main installer, language pack, and patch file sizes in the <tt>/neojava/includes/globals/oldfilesizes.php</tt> file.</tt></li> |
<li>Manually edit all of the <tt>*download.php</tt> files in the <tt>/neojava</tt> subdirectories to reflect language packs that have been added, removed, or bundled in the main installer.</li> | <li>Manually edit all of the <tt>*download.php</tt> files in the <tt>/neojava</tt> subdirectories to reflect language packs that have been added, removed, or bundled in the main installer.</li> | ||
<li>Manually edit the <tt>isProductSupported()</tt> function in the <tt>/neojava/includes/globals.php</tt> to match the minimum and maximum versions changed above. | <li>Manually edit the <tt>isProductSupported()</tt> function in the <tt>/neojava/includes/globals.php</tt> to match the minimum and maximum versions changed above. | ||
- | <li>Manually edit all of the <tt>features.php</tt> pages in the <tt>/neojava</tt> directory, move the features in the NeoOffice 3. | + | <li>Manually edit the <tt>preg_match</tt> in the <tt>if ($oldproductencourageupgrade || ... )</tt> line in <tt>/neojava/includes/patchcheckredirect.php</tt> file to match OS versions higher than NeoOffice 3.3's maximum version.</li> |
+ | <li>Manually edit all of the <tt>features.php</tt> pages in the <tt>/neojava</tt> directory, move the NeoOffice 3.3 features listed in the NeoOffice 3.4 section into the bottom section, and update the features in the NeoOffice 3.4 section.</li> | ||
<li>Manually edit all of the <tt>header.php</tt> pages in the <tt>/neojava</tt> directory and update the text in the news banner section.</li> | <li>Manually edit all of the <tt>header.php</tt> pages in the <tt>/neojava</tt> directory and update the text in the news banner section.</li> | ||
<li>After you verify that the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></li> | <li>After you verify that the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></li> |
Revision as of 02:38, 19 October 2013
This page is an attempt to document all of the tasks required to release NeoOffice 3.4. This page is by no means comprehensive, but hopefully as we work through the release process, we will leave behind enough details to make future releases simpler and less error prone.
Here is what the colors mean:
Not yet done |
Contents |
Builds
Task | Date Completed | Assigned | Status |
Rebuild all custom NeoOffice code using the existing NeoOffice 3.4 development builds. Perform a confirming checkout of the NeoOffice-3_3_branch branch and set the build to build with a new version and the NeoOffice trademarked product name. This includes the following steps:
|
10/17/13 | pluby | Done |
Tag the code in the NeoOffice-3_3_branch branch with the NeoOffice-3_4 tag using the following steps:
|
10/17/13 | pluby | Done |
Create signed releasable NeoOffice 3.4 build for Intel. Note: the following steps are overkill, but they ensure that all recent changes to the NeoOffice custom code has been built:
|
10/17/13 | pluby | Done |
Create backup copy of releasable Intel binaries and upload them to staging server. The following steps are the steps that I used to create my backup copy:
Put the NeoOffice-3.4 folder in a new empty directory and create a CD master NeoOffice-3.4.cdr file of the new directory using the following command: hdiutil create -srcfolder /path/to/new/directory \ -format UDTO -ov -o /path/to/output/NeoOffice-3.4.cdr |
10/17/13 | pluby | Done |
Verify that the releasable installer and one or more language packs install and run on Intel for the following Mac OS X versions:
|
10/17/13 | pluby | Done |
Mirrors
NeoOffice's rsync server is hosted on rsync.neooffice.org. Downloads of the current release are restricted to paying users but the previous version is requires no payment to download. Our volunteer mirrors obtain the previous version's binaries by nightly runs of the following command on their mirrors:
rsync --archive --delete rsync://rsync.neooffice.org/neojavadownloads/ \ /path/to/NeoOffice/mirror/directory
Task | Date Completed | Assigned | Status |
Upload the 24 NeoOffice NeoOffice-3.4-*.dmg main installer and language pack files to the www-primary.neooffice.org server's /neojava/downloads/donordownloads directory using the following steps:
|
10/17/13 | pluby | Done |
Push NeoOffice 3.3 files to the free download mirrors using the following steps:
|
10/17/13 | pluby | Done |
Website
Task | Date Completed | Assigned | Status |
Update the website's download cookie name and value in the www-test-primary.neooffice.org server's neojava directory. Note: I used the following steps to do this:
|
10/18/13 | pluby | Done |
Tag the www.neooffice.org website to avoid modifying production web pages while we modify the web pages in the test website by logging into the www.neooffice.org server, cd to the its webroot directory, and set the tag by invoking the following commands: bin/cvsplusperms.sh tag pre_NeoOffice-3_4 ; bin/cvsplusperms.sh update -rpre_NeoOffice-3_4 -d ; sudo chmod ug+x bin/*.sh ; bin/cvsplusperms.sh update -d | 10/18/13 | pluby | Done |
Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the www-test-primary.neooffice.org server's neojava directory. Note: I used the following steps to do this:
|
pluby | ||
Prepare the NeoOffice_3.4.html press release file, save it in the /press_releases directory using the following naming format, bin/cvsplusperms.sh add the file, and invoke the following command to commit the new file: bin/cvsplusperms.sh commit | pluby | ||
Verify that patch checking works properly by doing the following steps in a NeoOffice 3.4 installation:
|
pluby |
Release
Task | Date Completed | Assigned | Status |
Verify that all mirrors listed for the NeoOffice 3.4 main installer and language pack links work in the www-test-primary.neooffice.org website's download pages. If any do not work, comment them out in the /neojava/includes/mirrors.php file and invoke the following command: bin/cvsplusperms.sh commit | pluby | ||
Make the NeoOffice 3.4 binaries downloadable from the www.neooffice.org website's download pages by updating the www.neooffice.org website's pages to match what is in the www-test.neooffice.org website's pages. Login into the www.neooffice.org server, cd to the its webroot directory, and invoke the following command: bin/cvsplusperms.sh update -Ad | pluby | ||
Make NeoOffice 3.4 the current version in the NeoWiki using the following steps:
|
pluby | ||
Add the NeoOffice 3.4 MD5 checksums to the NeoOffice MD5 checksums page. | 10/17/13 | pluby | Done |
Remove the NeoOffice 3.4 Beta 2 and NeoOffice 3.1.2 MD5 checksums to the NeoOffice MD5 checksums page. | pluby | ||
Set the minimum payment level for the NeoOffice Beta Support forum to the same amount as the NeoOffice Suppport forum, remove the Beta date range in the description, and update the list of versions listed in the description for the NeoOffice Suppport forum. | pluby | ||
Post the press release as an article on the Trinity news page. Note: be sure to change the language field from "English" to "All" in when submitting the article so that all Trinity users will see the article. | pluby | ||
Add a link to the NeoOffice 3.4 press release in this NeoWiki article. | pluby | ||
Post a release announcement to this Trinity forum topic and this Trinity forum topic so that the news is included in the RSS feed. | pluby | ||
Synchronize the payments database to PayPal's database to ensure that none of the users' transactions are missing and to pick up any e-mail address changes made by users during the last year using the following steps:
|
pluby | ||
Delete the 31 obsolete NeoOffice-3.3_Beta_2-*.dmg main installer and language pack files from the /neojava/downloads/donordownloads directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/mirrorfunctions.php file. | pluby | ||
Delete the obsolete NeoOffice-3.3_Beta_2-*.dmg patch installer files from the /neojava/downloads/donordownloads/patches directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/mirrorfunctions.php file. | pluby | ||
Delete the 31 obsolete NeoOffice-3.1.2-*.dmg main installer and language pack files from the rsync.neooffice.org server's /neojava/downloads directory. | pluby | ||
Delete the obsolete NeoOffice-3.1.2-*.dmg patch installer files from the rsync.neooffice.org server's /neojava/downloads/patches directory. | pluby |