canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
Line 355: | Line 355: | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
~/bin/backupsnip 20091202-Firefox-3.0.16-3.5.6-MU-test | |||
~/bin/pushsnip 20091202-Firefox-3.0.16-3.5.6-MU-test | |||
===== Update verify ===== | |||
<font color="red"><b>*** DONE TO HERE ***</b></font> | <font color="red"><b>*** DONE TO HERE ***</b></font> | ||
Ran update verify on fx-{linux,mac,win32}-1.9-slave2 as follows: | |||
mkdir -p /builds/verify/firefox-3016-356-major/ | |||
cd /builds/verify/firefox-3016-356-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] | |||
''' | Verify succeeded if in the '''results''' everything is the same as 3.0.16 -> 3.5.6 MU. aka, everything is OK | ||
==== Sign Installers ==== | ==== Sign Installers ==== |