Releases/Firefox 3.5.8/BuildNotes: Difference between revisions

Line 173: Line 173:


===== Update verify =====
===== Update verify =====
Ran update verify on fx-{linux,mac,win32}-1.9-slave2 as follows:
mkdir -p /builds/verify/firefox-358-36-major/
cd /builds/verify/firefox-358-36-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 moz191-firefox-$platform-major.cfg 2>&1 | tee $platform.log
'''Results'''


==== Publish updates to beta channel ====
==== Publish updates to beta channel ====
Confirmed users
4,293

edits