Confirmed users
4,293
edits
| Line 197: | Line 197: | ||
# note the required parameter must match what will be used with pushsnip below. | # note the required parameter must match what will be used with pushsnip below. | ||
$ ~/bin/backupsnip 20080610-Firefox-3.0rc3 | $ ~/bin/backupsnip 20080610-Firefox-3.0rc3 | ||
Once the mirror sync is good: on a linux/Mac build slave, run the quick updateverify test for the releastest channel | Once the mirror sync is good: on a linux/Mac build slave, run the quick updateverify test for the releastest channel | ||
cd /builds/verify/firefox-3.0rc3/updates | cd /builds/verify/firefox-3.0rc3/updates | ||
cat moz19-firefox- | # just mac this time | ||
cat moz19-firefox-mac.cfg > releasetest.cfg | |||
sed -i.bak 's/betatest/releasetest/' releasetest.cfg | sed -i.bak 's/betatest/releasetest/' releasetest.cfg | ||
./verify.sh -t releasetest.cfg 2>&1 | tee releasetest.log | ./verify.sh -t releasetest.cfg 2>&1 | tee releasetest.log | ||
Should be all HTTP/200 OK results e.g.: | Should be all HTTP/200 OK results e.g.: | ||
grep 'HTTP' releasetest.log | grep -v Found | grep -v 200 | grep 'HTTP' releasetest.log | grep -v Found | grep -v 200 | ||
This test passed. | |||
'''DONE TO HERE''' | |||
On aus2-staging, ensure that releasetest channel contents match beta channel contents (we also checked this earlier) | On aus2-staging, ensure that releasetest channel contents match beta channel contents (we also checked this earlier) | ||