Releases/Firefox 3.0.13/BuildNotes: Difference between revisions

Line 200: Line 200:


===== Update verify =====
===== Update verify =====
Ran update verify on fx-{linux,mac,win32}-1.9-slave2 as follows:
mkdir -p /builds/verify/firefox-3013-352-major/
cd /builds/verify/firefox-3013-352-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
'''still running'''


==== Push updates to beta channel ====
==== Push updates to beta channel ====
canmove, Confirmed users
6,439

edits