|
|
Line 147: |
Line 147: |
| rsync -av /data/cltbld/firefox-2.0.0.16/stage-merged/ /home/ftp/pub/firefox/releases/2.0.0.16/ | | rsync -av /data/cltbld/firefox-2.0.0.16/stage-merged/ /home/ftp/pub/firefox/releases/2.0.0.16/ |
|
| |
|
| ==== Publish Updates to Release Channel ====
| |
| * Verify that releasetest points to valid bouncer links:
| |
| # this can be run from anywhere
| |
| cvs co mozilla/testing/release
| |
| cd mozilla/testing/release/updates
| |
| cat moz18-firefox-*.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
| |
|
| |
| * Before pushing final updates,verify that "release" and "releasetest" channel match:
| |
| # on aus2-staging
| |
| cd /opt/aus2/snippets/staging/20080703-Firefox-2.0.0.16
| |
| find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20080703-Firefox-2.0.0.16-test/$a");'
| |
|
| |
|
| ====Final Verification==== | | ====Final Verification==== |