Confirmed users
2,679
edits
Line 184: | Line 184: | ||
grep FAIL quickVerify.log | grep FAIL quickVerify.log | ||
...one FAIL found, but passed when tried manually. | ...one FAIL found, but passed when tried manually. | ||
* Before pushing final updates,verify that "release" and "releasetest" channel match: | * Before pushing final updates,verify that "release" and "releasetest" channel match: | ||
# on aus2-staging | # on aus2-staging | ||
cd /opt/aus2/snippets/staging/20081210-Thunderbird-2.0.0.19 | cd /opt/aus2/snippets/staging/20081210-Thunderbird-2.0.0.19 | ||
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20081210-Thunderbird-2.0.0.19-test/$a");' | find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20081210-Thunderbird-2.0.0.19-test/$a");' | ||
==== Publish Updates to Release Channel ==== | |||
''' I AM HERE''' | |||
* '''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 20081210-Thunderbird-2.0.0.19 | |||
* 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 20081210-Thunderbird-2.0.0.19 |