Releases/Firefox 3.0.17/BuildNotes: Difference between revisions

Line 197: Line 197:


==== Final Verification ====
==== Final Verification ====
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
** kyoto-mz-dl.sinet.ad.jp was stuck, got it taken out of the rotation by pinging IT
** mozilla.securedservers.com had two 404s, was fully synced up when I tested manually
* Before pushing final updates, verify that "release" and "releasetest" channel match:
# on aus2-staging
cd /opt/aus2/snippets/staging/20091222-Firefox-3.0.17
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20091222-Firefox-3.0.17-test/$a");'


==== Publish Updates to Release Channel ====
==== Publish Updates to Release Channel ====
canmove, Confirmed users
6,439

edits