Releases/Firefox 35.0/BuildNotes

From MozillaWiki
< Releases
Revision as of 22:20, 6 January 2015 by Rail (talk | contribs) (Created page with "= Build 1 = == RC == === Updates === on b-linux64-hp-0020 <pre> mkdir bug1118476 cd bug1118476 hg clone http://hg.mozilla.org/build/tools wget -O repack.py https://bugzilla.m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Build 1

RC

Updates

on b-linux64-hp-0020

mkdir bug1118476
cd bug1118476

hg clone http://hg.mozilla.org/build/tools
wget -O repack.py https://bugzilla.mozilla.org/attachment.cgi?id=8433787
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd`
# make sure enough disk space is free
python ./tools/buildfarm/maintenance/purge_builds.py -s 55 -n 'rel-*:45d' -n 'tb-rel-*:45d' /builds/slave

# get the token to ./token

# in 4 different screen windows run
cd ~/bug1118476
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd`
time python -u repack.py -f 35.0b8-build1 -t 35.0-build1 -T 35.0b8-build1 -P linux-x86_64 2>&1 | tee linux64.log
time python -u repack.py -f 35.0b8-build1 -t 35.0-build1 -T 35.0b8-build1 -P linux-i686 --no-env 2>&1 | tee linux.log
time python -u repack.py -f 35.0b8-build1 -t 35.0-build1 -T 35.0b8-build1 -P mac --no-env 2>&1 | tee mac.log
time python -u repack.py -f 35.0b8-build1 -t 35.0-build1 -T 35.0b8-build1 -P win32 --no-env 2>&1 | tee win32.log

...