Confirmed users
4,293
edits
Line 227: | Line 227: | ||
==== Final Verification ==== | ==== Final Verification ==== | ||
hg clone http://hg.mozilla.org/build/tools | hg clone http://hg.mozilla.org/build/tools | ||
cd tools/release/updates | cd tools/release/updates | ||
Line 235: | Line 234: | ||
* Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"): | * Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"): | ||
grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | ||
** A | ** A couple of 404 errors, eg for http://mozilla2.snt.utwente.nl so checked again when verify was done and the directory at http://mozilla2.snt.utwente.nl/firefox/releases/3.0.12/win32/zh-TW/ was populated | ||
* 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/20090731-Firefox-3.0.13 | |||
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20090731-Firefox-3.0.13-test/$a");' | |||
==== Publish Updates to Release Channel ==== | ==== Publish Updates to Release Channel ==== |