Releases/Firefox 3.0.9/BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 236: Line 236:


====Final Verification====
====Final Verification====
* Verify that releasetest points to valid bounce links:
hg clone http://hg.mozilla.org/build/tools
cd tools/release/updates
cat moz19-firefox-*.cfg | grep -v major | sed 's/betatest/releasetest/' > 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
** A few errors due to partially synced mirrors. Checked with justdave to resolve these.  {{bug|457614}}
* Before pushing final updates, verify that "release" and "releasetest" channel match:
# on aus2-staging
$ cd /opt/aus2/snippets/staging/20090409-Firefox-3.0.9
$ find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20090409-Firefox-3.0.9-test/$a");'
$


==== Publish Updates to Release Channel ====
==== Publish Updates to Release Channel ====


====Release====
====Release====
Confirmed users
2,456

edits

Navigation menu