Confirmed users
4,293
edits
No edit summary |
|||
| Line 170: | Line 170: | ||
* Manually added entries to download.mozilla.org | * Manually added entries to download.mozilla.org | ||
* ''Note for next release: Do not remove the Check Now bit on the Thunderbird-2.0.0.21 Products until well after the change to the rsync module (to prevent the likes of {{bug|464566}})'' | * ''Note for next release: Do not remove the Check Now bit on the Thunderbird-2.0.0.21 Products until well after the change to the rsync module (to prevent the likes of {{bug|464566}})'' | ||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
| Line 188: | Line 186: | ||
====Final verification==== | ====Final verification==== | ||
* Verify that releasetest points to valid bouncer links: | |||
hg clone http://hg.mozilla.org/build/tools | |||
cd tools/release/updates | |||
cat moz18-thunderbird-*.cfg | grep -v major | sed 's/betatest/releasetest/' | grep -v 2.0a | grep -v 2.0b > update.cfg | |||
./verify.sh -t update.cfg 2>&1 | tee quickVerify.log | |||
* Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"): | |||
grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | |||
DONE TO HERE in this step | |||
* Before pushing final updates,verify that "release" and "releasetest" channel match: | |||
# on aus2-staging | |||
cd /opt/aus2/snippets/staging/20090302-Thunderbird-2.0.0.21 | |||
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20090302-Thunderbird-2.0.0.21-test/$a");' | |||
====Publish updates to release channel==== | ====Publish updates to release channel==== | ||
* '''In case you need to cancel/abort updates, the quickest way to do this is [https://intranet.mozilla.org/Build:Updates here]''' | |||
* While waiting for QA to finish testing, do a backup: | |||
# on aus2-staging verify we have correct tools | |||
$ sudo su - cltbld | |||
$ cd ~/bin | |||
$ cvs update -dP | |||
# backup snippets on release/live channel | |||
$ time ~/bin/backupsnip 20090302-Thunderbird-2.0.0.21 | |||
DONE TO HERE in this step | |||
* After QA finished testing the releasetest channel and go from release driver, enable release channel: | |||
# on aus2-staging | |||
# put snippets on release/live channel | |||
$ sudo su - cltbld | |||
$ time ~/bin/pushsnip 20090302-Thunderbird-2.0.0.21 | |||
====Update symlink==== | ====Update symlink==== | ||