canmove, Confirmed users
6,439
edits
(→Tags) |
|||
Line 182: | Line 182: | ||
====Final Verification==== | ====Final Verification==== | ||
* | * Verify that releasetest points to valid bouncer links: | ||
# this can be run from anywhere | # this can be run from anywhere | ||
cvs co mozilla/testing/release | cvs co mozilla/testing/release | ||
Line 189: | Line 189: | ||
./verify.sh -t update.cfg 2>&1 | tee quickVerify.log | ./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 | grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | ||
* | * Before pushing final updates,verify that "release" and "releasetest" channel match: | ||
# on aus2-staging | # on aus2-staging | ||
cd /opt/aus2/snippets/staging/20080407-Firefox-2.0.0.14 | cd /opt/aus2/snippets/staging/20080407-Firefox-2.0.0.14 |