|
NeoOffice 3.3 Release Tasks
From NeoWiki
Revision as of 00:20, 21 August 2012 (edit) ( | contribs) (→Builds - Update task status) ← Previous diff |
Revision as of 00:23, 21 August 2012 (edit) (undo) ( | contribs) (→Release - Update task status) Next diff → |
||
Line 339: | Line 339: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>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:</p> | <p>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:</p> | ||
Line 354: | Line 354: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td></td><td></td> | + | <td>08/20/2012</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Revision as of 00:23, 21 August 2012
This page is an attempt to document all of the tasks required to release NeoOffice 3.3. 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 |
Commit and test updated icon files in your workspace's etc/package directory.
|
08/15/2012 | pluby | Done |
Rebuild all custom NeoOffice code using the existing NeoOffice 3.3 development builds. Perform a confirming checkout of the HEAD branch and set the build to build with a new version and the NeoOffice trademarked product name. This includes the following steps:
|
08/15/2012 | pluby | Done |
Tag the code in the HEAD branch with the NeoOffice-3_3 tag using the following steps:
|
08/15/2012 | pluby | Done |
Create signed releasable NeoOffice 3.3 build for Intel. Note: the following steps are overkill, but they ensure that all recent changes to the NeoOffice custom code has been built:
|
08/15/2012 | 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.3 folder in a new empty directory and create a CD master NeoOffice-3.3.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.3.cdr |
08/20/2012 | 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:
|
08/17/2012 | 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 31 NeoOffice NeoOffice-3.3-*.dmg main installer and language pack files to the www-primary.neooffice.org server's /neojava/downloads/donordownloads directory using the following steps:
|
08/16/2012 | pluby | Done |
Push NeoOffice 3.2.1 files to the free download mirrors using the following steps:
|
08/17/2012 | pluby | Done |
Website
Task | Date Completed | Assigned | Status |
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_3 ; bin/cvsplusperms.sh update -rpre_NeoOffice-3_3 -d ; sudo chmod ug+x bin/*.sh ; bin/cvsplusperms.sh update -d | |||
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:
|
|||
Update the 31 NeoOffice 3.3 main installer and language pack file sizes and set the patch file size to 0 in the /neojava/includes/globals/newfilesizes.php file and if the changes look correct, invoke the following command to commit your changes: bin/cvsplusperms.sh commit | |||
Enable the BitTorrent links using the following steps:
|
|||
Prepare the NeoOffice_3.3.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 | |||
Verify that patch checking works properly by doing the following steps in a NeoOffice 3.3 installation:
|
Release
Task | Date Completed | Assigned | Status |
Verify that all mirrors listed for the NeoOffice 3.3 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 | |||
Make the NeoOffice 3.3 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 | |||
Make NeoOffice 3.3 the current version in the NeoWiki using the following steps:
|
|||
Add the NeoOffice 3.3 MD5 checksums to the NeoOffice MD5 checksums page. | 08/17/2012 | pluby | Done |
Remove the NeoOffice 3.3 Beta 2 MD5 checksums to the NeoOffice MD5 checksums page. | |||
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. | |||
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. | |||
Add a link to the NeoOffice 3.3 press release in this NeoWiki article. | |||
Post a release announcement to this Trinity forum topic and this Trinity forum topic so that the news is included in the RSS feed. | |||
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:
|
08/20/2012 | pluby | Done |
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. | |||
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. |