Confirmed users
4,467
edits
Line 280: | Line 280: | ||
~/bin/backupsnip 20091020-Firefox-3.0.15-3.5.4-MU-test | ~/bin/backupsnip 20091020-Firefox-3.0.15-3.5.4-MU-test | ||
~/bin/pushsnip 20091020-Firefox-3.0.15-3.5.4-MU-test | |||
'''Note''' backupsnip connection timed out (use SCREEN) and so the backup was tagged as -MAYBE-INCOMPLETE just in case, but nthomas and I looked at the test dir and the snippets looked good so I pushed. | |||
===== Update verify ===== | |||
Ran update verify on fx-{linux,mac,win32}-1.9-slave2 as follows: | |||
mkdir -p /builds/verify/firefox-3015-354-major/ | |||
cd /builds/verify/firefox-3015-354-major/ | |||
hg clone http://hg.mozilla.org/build/tools | |||
# get patch to trawl "Only in" directories | |||
cd tools/release/common | |||
# on mac & linux | |||
curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=367544 | patch -p3 | |||
# on win32 | |||
wget --no-check-certificate -O patch https://bugzilla.mozilla.org/attachment.cgi?id=367544§ | |||
patch -p3 < patch | |||
# everyone ... | |||
cd ../updates | |||
platform=linux # or mac or win32 | |||
./verify.sh -c moz19-firefox-$platform-major.cfg 2>&1 | tee $platform.log | |||
Check logs for results - whatever is after "succeeded", known issues are [https://bug459878.bugzilla.mozilla.org/attachment.cgi?id=383900 here] | |||
'''results''' everything the same as 3.0.14 -> 3.5.4 MU. aka, everything is OK |