|
NeoOffice 2.2.2 Release Tasks
From NeoWiki
Revision as of 16:35, 6 October 2007 (edit) ( | contribs) (Initial page creation using NeoOffice_2.2.1_Release_Tasks with updated version numbers) ← Previous diff |
Revision as of 17:24, 6 October 2007 (edit) (undo) ( | contribs) (→Builds - Update completed tasks) Next diff → |
||
Line 21: | Line 21: | ||
<table width="100%" border="1"> | <table width="100%" border="1"> | ||
- | <tr | + | <tr> |
<td><b>Task</b></td><td width="10%"><b>Due Date</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>Due Date</b></td><td width="10%"><b>Assigned</b></td><td width="10%"><b>Status</b></td> | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
- | <p> | + | <p>Verify that ooo-build does not have a newer tag than the OOO_BUILD_2_2_1 tag.</p> |
- | + | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/04/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td><p>Perform a | + | <td> |
+ | <p>Verify that odf-converter does not have a newer tag than the word1.1-M1 tag.</p> | ||
+ | </td> | ||
+ | <td>10/04/2007</td><td>pluby</td><td>Done</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><p>Rebuild all custom NeoOffice and RetroOffice code using the existing NeoOffice 2.2.1 Patch 1 Test 16 builds. Perform a confirming checkout of the HEAD branch and set build to build with a new version and NeoOffice and RetroOffice trademarked product names.</p> | ||
<p>This includes the following steps:</p> | <p>This includes the following steps:</p> | ||
<ul> | <ul> | ||
- | <li> | + | <li>Do a <tt>cvs update -Ad</tt> to ensure that you have the latest code in your workspace, verify that none of the files are marked as updated, patched, modified, or have conflicts, and verify that the latest code actually builds through the installer.</li> |
- | <li>Copy <tt>custom.neo.mk</tt> file to <tt>custom.mk</tt> so that the clean checkout will build with the trademarked product names</li> | + | <li>Copy <tt>custom.neo.mk</tt> file to <tt>custom.mk</tt> so that the clean checkout will build with the trademarked product names.</li> |
<li> | <li> | ||
<p>In <tt>makefile</tt>, change the following macros to the respective values:</p> | <p>In <tt>makefile</tt>, change the following macros to the respective values:</p> | ||
Line 50: | Line 56: | ||
X11_PRODUCT_PATCH_VERSION=Patch 0 | X11_PRODUCT_PATCH_VERSION=Patch 0 | ||
X11_PRODUCT_DIR_PATCH_VERSION=Patch-0 | X11_PRODUCT_DIR_PATCH_VERSION=Patch-0 | ||
- | NEO_TAG:=- | + | NEO_TAG:=-rNeoOffice-2_2_2 |
- | X11_NEO_TAG:=- | + | X11_NEO_TAG:=-rRetroOffice-2_2_2 |
</pre> | </pre> | ||
</li> | </li> | ||
- | <li> | + | <li>Delete all <tt>build.neo_*</tt> files so that all custom NeoOffice and RetroOffice code will be rebuilt.</li></li> |
- | <li>Commit <tt>makefile</tt> changes and invoke <tt>make build. | + | <li>Commit <tt>makefile</tt> changes and invoke <tt>make build.patch_package build.patch_package_X11</tt> to rebuild all applicable code and installers.</li> |
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<td> | <td> | ||
<p>Verify that none of the NeoOffice Intel build's executables or libraries link to any X11 libraries.</p> | <p>Verify that none of the NeoOffice Intel build's executables or libraries link to any X11 libraries.</p> | ||
Line 105: | Line 81: | ||
</pre> | </pre> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Verify that none of the NeoOffice PowerPC build's executables or libraries link to any X11 libraries.</p> | <p>Verify that none of the NeoOffice PowerPC build's executables or libraries link to any X11 libraries.</p> | ||
<p>Note: Use the same steps as used for the matching Intel task.</p> | <p>Note: Use the same steps as used for the matching Intel task.</p> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
- | <p>Modify and test <tt>bin/installutils</tt> script to treat NeoOffice 2.2. | + | <p>Modify and test <tt>bin/installutils</tt> script to treat all NeoOffice 2.2.x installations as a match.</p> |
- | <p>In this release, language pack resource files are | + | <p>In this release, language pack resource files are compatible so we want to preserve them in they exist.</p> |
<p>Note: I tested this code by building the installer, language packs, and patch installer and then doing the following steps:</p> | <p>Note: I tested this code by building the installer, language packs, and patch installer and then doing the following steps:</p> | ||
<ul> | <ul> | ||
- | <li>Install the patch installer and verify that it does not upgrade my NeoOffice 2.2. | + | <li>Install the patch installer and verify that it does not upgrade my NeoOffice 2.2.1 Early Access installation but does upgrade my NeoOffice 2.2.1 installation.</li> |
- | <li>Install a NeoOffice 2.2.2 | + | <li>Install a NeoOffice 2.2.2 language pack, change my machine's preferred language to match the installed language pack, run NeoOffice 2.2.2, and verify that the menus are not in English.</li> |
<li>With the same preferred language set in the previous step, install NeoOffice 2.2.2, and verify that the menus are still not in English.</li> | <li>With the same preferred language set in the previous step, install NeoOffice 2.2.2, and verify that the menus are still not in English.</li> | ||
- | <li>Install the NeoOffice 2.2.2 British English language pack, change my machine's preferred language to British Englis, run NeoOffice 2.2.2, and verify that the menus are not in English and verify that [http://bugzilla.neooffice.org/bug.php?op=show&bugid=2533&pos=0 bug 2533] no longer occurs.</li> | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<td> | <td> | ||
- | <p>Tag the code in the HEAD branch with the <tt>NeoOffice-2_2_2</tt> and <tt>RetroOffice-2_2_2</tt> tags | + | <p>Tag the code in the HEAD branch with the <tt>NeoOffice-2_2_2</tt> and <tt>RetroOffice-2_2_2</tt> tags using the following:</p> |
- | + | ||
<ul> | <ul> | ||
<li>Do a <tt>cvs update -Ad</tt> to ensure that you have the latest code in your workspace, verify that none of the files are marked as updated, patched, modified, or have conflicts, and verify that the latest code actually builds through the installer.</li> | <li>Do a <tt>cvs update -Ad</tt> to ensure that you have the latest code in your workspace, verify that none of the files are marked as updated, patched, modified, or have conflicts, and verify that the latest code actually builds through the installer.</li> | ||
<li>In the <tt>makefile</tt>, set the <tt>NEO_TAG</tt> macro to <tt>NEO_TAG:=-rNeoOffice-2_2_2</tt> and <tt>X11_NEO_TAG</tt> macro to <tt>X11_NEO_TAG:=-rRetroOffice-2_2_2</tt> and commit the <tt>makefile</tt>.</li> | <li>In the <tt>makefile</tt>, set the <tt>NEO_TAG</tt> macro to <tt>NEO_TAG:=-rNeoOffice-2_2_2</tt> and <tt>X11_NEO_TAG</tt> macro to <tt>X11_NEO_TAG:=-rRetroOffice-2_2_2</tt> and commit the <tt>makefile</tt>.</li> | ||
<li>Tag all files in your workspace by invoking <tt>cvs tag NeoOffice-2_2_2 ; cvs tag RetroOffice-2_2_2</tt>.</li> | <li>Tag all files in your workspace by invoking <tt>cvs tag NeoOffice-2_2_2 ; cvs tag RetroOffice-2_2_2</tt>.</li> | ||
- | <li>On the <tt>cvs.neooffice.org</tt> server, run the script to synchronize the <tt>anoncvs.neooffice.org</tt> server.</li> | ||
<li>Verify that the installer still builds by deleting the <tt>build.source_zip*</tt> files and invoking <tt>make NOLANGPACKS=true</tt>.</li> | <li>Verify that the installer still builds by deleting the <tt>build.source_zip*</tt> files and invoking <tt>make NOLANGPACKS=true</tt>.</li> | ||
<li>If there are any build errors, fix and commit them, retag the changed files by invoking <tt>cvs tag -F NeoOffice-2_2_2 ; cvs tag -F RetroOffice-2_2_2</tt>, and repeating the previous two steps.</li> | <li>If there are any build errors, fix and commit them, retag the changed files by invoking <tt>cvs tag -F NeoOffice-2_2_2 ; cvs tag -F RetroOffice-2_2_2</tt>, and repeating the previous two steps.</li> | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for Intel.</p> | <p>Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for Intel.</p> | ||
Line 272: | Line 128: | ||
<li>Do a <tt>cvs update -Ad</tt> so that you can do bug fixing and release patches after you create your releasable build</li> | <li>Do a <tt>cvs update -Ad</tt> so that you can do bug fixing and release patches after you create your releasable build</li> | ||
<li>Delete all <tt>build.neo_*</tt>, <tt>build.odf-converter*</tt>, and <tt>build.source_zip*</tt> files. This will force the installer to rebuild the odf-converter code and all of the NeoOffice custom code without causing any of the OpenOffice.org or ooo-build code to be rebuilt.</li> | <li>Delete all <tt>build.neo_*</tt>, <tt>build.odf-converter*</tt>, and <tt>build.source_zip*</tt> files. This will force the installer to rebuild the odf-converter code and all of the NeoOffice custom code without causing any of the OpenOffice.org or ooo-build code to be rebuilt.</li> | ||
- | <li>Invoke <tt>make</tt> to create the releasable installer | + | <li>Invoke <tt>make build.patch_package build.patch_package_X11</tt> to create the releasable installer, language packs, and patch installers.</li> |
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for PowerPC.</p> | <p>Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for PowerPC.</p> | ||
<p>Note: Use the same steps as used for the matching Intel task.</p> | <p>Note: Use the same steps as used for the matching Intel task.</p> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 314: | Line 170: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Verify that the releasable installers and one or more language packs install and run on Intel for the following Mac OS X versions:</p> | <p>Verify that the releasable installers and one or more language packs install and run on Intel for the following Mac OS X versions:</p> | ||
<ul> | <ul> | ||
<li>10.4.10</li> | <li>10.4.10</li> | ||
- | <li>10.5.0 developer seed | + | <li>10.5.0 developer seed 9A559</li> |
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Verify that the releasable installers and one or more language packs install and run on PowerPC for the following Mac OS X versions:</p> | <p>Verify that the releasable installers and one or more language packs install and run on PowerPC for the following Mac OS X versions:</p> | ||
Line 331: | Line 187: | ||
<li>10.3.9</li> | <li>10.3.9</li> | ||
<li>10.4.10</li> | <li>10.4.10</li> | ||
- | <li>10.5.0 developer seed | + | <li>10.5.0 developer seed 9A559</li> |
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>10/05/2007</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Revision as of 17:24, 6 October 2007
This page is an attempt to document all of the tasks required to release NeoOffice 2.2.2. 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 assigned | |
Assigned but not yet due |
Contents |
Builds
In this release, there is no change in either the OpenOffice.org or ooo-build tag that we are using so this build is far simpler than the NeoOffice 2.2.1 build. However, we need to rebuild all of the installers to fix bundle the a latest Mac OS X 10.5 installer bug. Fortunately, we can provide a patch that upgrades a NeoOffice 2.2.1 installation.
Task | Due Date | Assigned | Status |
Verify that ooo-build does not have a newer tag than the OOO_BUILD_2_2_1 tag. |
10/04/2007 | pluby | Done |
Verify that odf-converter does not have a newer tag than the word1.1-M1 tag. |
10/04/2007 | pluby | Done |
Rebuild all custom NeoOffice and RetroOffice code using the existing NeoOffice 2.2.1 Patch 1 Test 16 builds. Perform a confirming checkout of the HEAD branch and set build to build with a new version and NeoOffice and RetroOffice trademarked product names. This includes the following steps:
|
10/05/2007 | pluby | Done |
Verify that none of the NeoOffice Intel build's executables or libraries link to any X11 libraries. Note: to do this task, install your latest NeoOffice build and, in a terminal, execute the following commands: sh cd /Applications/NeoOffice.app/Contents/MacOS for i in `find . -type f`; do echo $i ; otool -L $i 2>&1 | grep X11; done If none of the binaries link to any X11 libraries, the above commands will only print a list of files. However, if you see any lines that look similar to the following, the file listed just before this type of line is linked to an X11 library and this must be correct before the NeoOffice binaries can be released. /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0) |
10/05/2007 | pluby | Done |
Verify that none of the NeoOffice PowerPC build's executables or libraries link to any X11 libraries. Note: Use the same steps as used for the matching Intel task. |
10/05/2007 | pluby | Done |
Modify and test bin/installutils script to treat all NeoOffice 2.2.x installations as a match. In this release, language pack resource files are compatible so we want to preserve them in they exist. Note: I tested this code by building the installer, language packs, and patch installer and then doing the following steps:
|
10/05/2007 | pluby | Done |
Tag the code in the HEAD branch with the NeoOffice-2_2_2 and RetroOffice-2_2_2 tags using the following:
|
10/05/2007 | pluby | Done |
Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for Intel. Note: the following steps are overkill, but they ensure that all recent changes to the NeoOffice custom code has been built:
|
10/05/2007 | pluby | Done |
Create releasable NeoOffice 2.2.2 and RetroOffice 2.2.2 builds for PowerPC. Note: Use the same steps as used for the matching Intel task. |
10/05/2007 | 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:
sftp all 58 files up to staging server and chmod 444 *.dmg all of the files on the staging server. diff the md5 *Intel.dmg | sort' output of the files on the server and in local NeoOffice-2.2.2 directory. Repeat the above steps using RetroOffice-2.2.2 instead of NeoOffice-2.2.2 and install_X11/*.dmg instead of install/*.dmg. Put the NeoOffice-2.2.2 and RetroOffice-2.2.2 folders in a new empty directory and create a CD master NeoRetroOffice-2.2.2.cdr file of the new directory using the following command: hdiutil create -srcfolder /path/to/new/directory \ -format UDTO -ov -o /path/to/output/NeoRetroOffice-2.2.2.cdr |
pluby | ||
Create backup copy of releasable PowerPC binaries and upload them to staging server. Note: Use the same steps as used for the matching Intel task (except diff using md5 *PowerPC.dmg | sort'. |
pluby | ||
Verify that the releasable installers and one or more language packs install and run on Intel for the following Mac OS X versions:
|
10/05/2007 | pluby | Done |
Verify that the releasable installers and one or more language packs install and run on PowerPC for the following Mac OS X versions:
|
10/05/2007 | pluby | Done |
Pre-Release to Early Access Members
Task | Due Date | Assigned | Status |
Create 2.2.2 Early Access tag for the www.neooffice.org website to avoid modifying production web pages while we modify the web pages in the test website. Steps:
|
pluby | ||
Copy the 116 NeoOffice 2.2.2 installer NeoOffice-2.2.2-*.dmg files from the staging area (see Builds section on this page for that task) into the URLs in listed in the www.neooffice.org website's /neojava/earlyaccessmirrors.php file and chmod 444 the files. | pluby | ||
Update all version names, file URLs, and patch version in all of the earlyaccess*.php files in the www-test.neooffice.org web pages. Note: I used the following steps to do this:
sh for i in `find . -name "earlyaccess*.php" -o -name "header.html"`; do sed 's#NeoOffice 2\.2\.1 Early Access#NeoOffice 2.2.2#g' $i | \ sed 's#_Early_Access##g' > $i.tmp mv $i.tmp $i done sh for i in `find . -name "earlyaccesspatch.php" -o -name "header.html"`; do sed 's#Patch 2#Patch 0#g' $i | \ sed 's#Patch-2#Patch-0#g' > $i.tmp mv $i.tmp $i done |
pluby | ||
Update the 116 file sizes in all of the earlyaccessdownload.php and earlyaccesslangpackdownload.php files in the www-test.neooffice.org web pages. Note: I used the following steps to do this:
ls -l /directory/NeoOffice-2.2.2_Early_Access/binaries/NeoOffice-2.2.2_Early_Access-*.dmg | \ awk '{print $9 " " $5}' | \ sed 's#^.*NeoOffice-2.2.2_Early_Access#NeoOffice-2.2.2#' | \ sort > /path/to/a/new/file ls -l /directory/NeoOffice-2.2.2/binaries/NeoOffice-2.2.2-*.dmg | \ awk '{print $9 " " $5}' | \ sort > /path/to/a/new/file join /file/from/first/step /file/from/second/step | \ sed 's#^.*dmg ##' | \ sed 's# #\##' | \ sed 's#^#sed "s\##' | \ sed 's#$#\#g" | \\#' > /path/to/a/new/file for i in `find . -name "earlyaccessdownload.php" -o -name "earlyaccesslangpackdownload.php"`; do cat $i | \ cat > $i.tmp mv $i.tmp $i done sh /path/to/file/edited/in/last/step |
pluby | ||
Make the NeoOffice 2.2.2 binaries downloadable from the www.neooffice.org website's Early Access 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: cvs update -Ad ; chmod -Rf ug+rw .htaccess *. | pluby | ||
Add "2.2.2" as a version in Bugzilla. | pluby | ||
Close all bugs with a status of "Resolved" by setting the following field values:
|
08/26/2007 | sardisson | Done |
Close any bugs with a status of "Assigned" and resolution of "Fixed" (bugs fixed in the release build after the final Early Access patch) by setting the following field values:
|
pluby | ||
Post a release announcement to the NeoJUpdate mailing list. | pluby | ||
Delete the 116 obsolete NeoOffice 2.2.2 Early Access NeoOffice-2.2.2_Early_Access-*.dmg files from the URLs in listed in the www.neooffice.org website's /neojava/earlyaccessmirrors.php file. | pluby | ||
Delete the 2 obsolete NeoOffice 2.2.2 Early Access patch installer NeoOffice-2.2.2_Early_Access-Patch-*.dmg files from the URLs in listed in the www.neooffice.org website's /neojava/en/earlyaccesspatch.php file. | pluby |
Mirrors
NeoOffice's rsync server is hosted on [1] and our volunteer mirrors obtain the NeoOffice binaries by nightly runs of the following command on their mirrors:
rsync -r --delete rsync://rsync.neooffice.org/neojavadownloads/ /path/to/NeoOffice/mirror/directory
At this time, we do not mirror RetroOffice binaries.
Task | Due Date | Assigned | Status |
Upload the 116 RetroOffice installer RetroOffice-2.2.2-*.dmg to the www.planamesa.org server's /retro/downloads directory. | pluby | ||
Notify the mirror maintainers that we will be pushing new NeoOffice binaries out to them a few days before the 27 August 2007 release date so that they can prepare for the huge surge in bandwidth usage that their servers will get in the first month or so after release. | pluby | ||
Make room for the new NeoOffice binaries by removing the NeoOffice Aqua Beta 3 binaries from the www.planamesa.org and eap.neooffice.org mirror sites. Note: the following steps were used to complete this task:
|
pluby | ||
3 business days before the release, copy the 116 NeoOffice installer NeoOffice-2.2.2-*.dmg files into the rsync.neooffice.org server's /neojava/downloads directory so that the files will be picked up by the mirrors in their next nightly run. | pluby | ||
Copy the 116 NeoOffice installer NeoOffice-2.2.2-*.dmg files from the rsync.neooffice.org server's /neojava/downloads directory to the www.planamesa.net and www.planamesa.org servers' /neojava/downloads directory. | pluby |
Website
Task | Due Date | Assigned | Status |
Create 2.2.2 Early Access branch for the www.neooffice.org website to avoid modifying production web pages while we modify the web pages in the test website. Steps:
|
pluby | ||
Update all NeoOffice 2.2.2 version names, file URLs, and patch version in all of the non Early Access *.php files in the www-test.neooffice.org web pages. Note: I used the following steps to do this:
sh for i in `find . -name "features.php"`; do cp `dirname $i`/earlyaccess`basename $i` $i done <?php include('../earlyaccesslogincheck.php'); ?> if ($earlyaccessdownloadenabled && $_SESSION[DONATIONSUSERSESSIONKEY]) { printLogoutLink(); } sh for i in `find . -name "*.php" -o -name "header.html" | grep -v earlyaccess`; do sed 's#NeoOffice 2\.1#NeoOffice 2.2.2#g' $i | \ sed 's#NeoOffice-2\.1#NeoOffice-2.2.2#g' | \ sed 's#NeoOffice-2_2_1#NeoOffice-2_2_2#g' | \ sed 's# 2\.1 # 2.2.2 #g' | \ sed 's#\*2\.1\*#*2.2.2*#g' > $i.tmp mv $i.tmp $i done sh for i in `find . -name "patch.php" -o -name "header.html"`; do sed 's#Patch 7#Patch 0#g' $i | \ sed 's#Patch-7#Patch-0#g' > $i.tmp mv $i.tmp $i done $earlyaccessdownloadenabled = false; $earlyaccessredirectenabled = true; $earlyaccessproduct = ''; $earlyaccessproductfamily[0] = ''; $earlyaccesspatch = 'Patch 0'; $earlyaccesspatchpage = 'earlyaccesspatch.php'; $currentproduct = 'NeoOffice 2.2.2'; $currentproductfamily[0] = ''; $currentpatch = 'Patch 0'; $currentpatchpage = 'patch.php'; $currentpatchhidemirrors = true; |
pluby | ||
Comment out all of the non-patch mirrors in the www-test.neooffice.org website's /neojava/mirrors.php file and invoke the following command to commit your changes: cvs commit ; chmod -Rf ug+rw .htaccess *. | pluby | ||
cvs remove the 2 obsolete NeoOffice-2.2.1-*.torrent files from the Comment out all of the non-patch mirrors in the www-test.neooffice.org website's /neojava/downloads directory and invoke the following command to commit your changes: cvs commit ; chmod -Rf ug+rw .htaccess *. | pluby | ||
Update the 116 NeoOffice 2.2.2 file sizes in all of the maindownload.php and langpackdownload.php files in the /neojava directory of the www-test.neooffice.org server's web pages. Note: I used the following steps to do this:
ls -l /directory/NeoOffice-2.2.1/binaries/NeoOffice-2.2.1-*.dmg | \ awk '{print $9 " " $5}' | \ sed 's#^.*NeoOffice-2.2.1#NeoOffice-2.2.2#' | \ sort > /path/to/a/new/file ls -l /directory/NeoOffice-2.2.2/binaries/NeoOffice-2.2.2-*.dmg | \ awk '{print $9 " " $5}' | \ sort > /path/to/a/new/file join /file/from/first/step /file/from/second/step | \ sed 's#^.*dmg ##' | \ sed 's# #\##' | \ sed 's#^#sed "s\##' | \ sed 's#$#\#g" | \\#' > /path/to/a/new/file for i in `find . -name "maindownload.php" -o -name "langpackdownload.php"`; do cat $i | \ cat > $i.tmp mv $i.tmp $i done sh /path/to/file/edited/in/last/step |
pluby | ||
Create RetroOffice 2.2.2 pages in the www-test.neooffice.org web pages. Note: I used the following steps to do this:
sh for i in `cd ../neojava ; find . -name ".htaccess" -o -name "*.php*" -o -name "*.html*" | \ grep -v downloads | grep -v earlyaccess | \ grep -v featurereqs | grep -v press_releases`; do sed 's#NeoOffice#RetroOffice#g' ../neojava/$i | \ sed 's#neojava/404#retro/404#g' > $i cvs add $i done sh for i in `find . -name "build.php"`; do sed 's#install/#install_X11/#g' $i | \ sed 's#package<#package_X11#g' > $i.tmp mv $i.tmp $i done |
pluby | ||
Update the 116 RetroOffice 2.2.2 file sizes in all of the maindownload.php and langpackdownload.php files in the /retro directory of the www-test.neooffice.org server's web pages. Note: I used the following steps to do this:
ls -l /directory/NeoOffice-2.2.2/binaries/NeoOffice-2.2.2-*.dmg | \ awk '{print $9 " " $5}' | \ sed 's#^.*NeoOffice-2.2.2#RetroOffice-2.2.2#' | \ sort > /path/to/a/new/file ls -l /directory/RetroOffice-2.2.2/binaries/RetroOffice-2.2.2-*.dmg | \ awk '{print $9 " " $5}' | \ sort > /path/to/a/new/file join /file/from/first/step /file/from/second/step | \ sed 's#^.*dmg ##' | \ sed 's# #\##' | \ sed 's#^#sed "s\##' | \ sed 's#$#\#g" | \\#' > /path/to/a/new/file for i in `find . -name "maindownload.php" -o -name "langpackdownload.php"`; do cat $i | \ cat > $i.tmp mv $i.tmp $i done sh /path/to/file/edited/in/last/step |
pluby | ||
Enable the BitTorrent links using the following steps:
|
pluby | ||
Obtain each localized version of the NeoOffice 2.2.2 press release in HTML format, save them in the www-test.neooffice.org website's /neojava/press_releases directory using the following naming format so that the webserver's language detection will serve the closest matching file, cvs add the files, and invoke the following command to commit your changes: cvs commit ; chmod -Rf ug+rw .htaccess *:
|
pluby | ||
When a mirror that has been commented out in the www-test.neooffice.org website's /neojava/mirrors.php file has mirrored the NeoOffice 2.2.2 binaries, uncomment and the mirror and invoke the following command to commit your changes: cvs commit ; chmod -Rf ug+rw .htaccess *. | pluby | ||
Release
Generally, we try to time the release when it is early morning of the release date in New Zealand which is the most populous country closest to the international date line. For this release, 27 August 2007 translates to anytime after 5:00 am on 26 August 2007 in California.
Task | Due Date | Assigned | Status |
Before the actual release time, create a new category in the donations database that has a start date and time that is a few hours before the planned release time to ensure that donors who donate after we make the NeoOffice 2.2.2 binaries downloadable get their donation credited to the next Early Access Program using the following steps:
|
pluby | ||
Make the NeoOffice and RetroOffice 2.2.2 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: cvs update -Ad ; chmod -Rf ug+rw .htaccess *. | pluby | ||
Post the press release as an article on trinity.neooffice.org. 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 | ||
Post a release announcement to the NeoJUpdate mailing list. | pluby | ||
Delete the 116 NeoOffice 2.2.2 NeoOffice-2.2.2-*.dmg files from the URLs in listed in the www.neooffice.org website's /neojava/earlyaccessmirrors.php file. | pluby | ||
Delete the 116 NeoOffice 2.2.1 NeoOffice-2.2.1-*.dmg files from the rsync.neooffice.org server's /neojava/downloads directory. | pluby | ||
Delete the 2 obsolete NeoOffice 2.2.1 NeoOffice-2.2.1-Patch-*.dmg patch installer files from the rsync.neooffice.org server's /neojava/downloads directory. | pluby | ||
After the files have been deleted from the rsync server, wait 48 hours and verify that these files have been deleted from the mirrors listed in the www.neooffice.org website's /neojava/mirrors.php file. Contact any mirror maintainers that still have these files to confirm that they are rsynching to the rsync server regularly. | pluby | ||
Synchronize the donation's database to PayPal's database to ensure that none of the donors' transactions are missing and to pick up any e-mail address changes made by donors during the Early Access period using the following steps:
|
pluby |