Confirmed users
4,293
edits
| Line 220: | Line 220: | ||
# in separate screen windows on b-linux64-hp-0027, generate the the 2nd set of partials | # in separate screen windows on b-linux64-hp-0027, generate the the 2nd set of partials | ||
# using 31.0 tools, so we can use these partials for release builds if we have the energy later | |||
cd ~/bug1015968 | cd ~/bug1015968 | ||
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | ||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31. | time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0-build1 -P linux-x86_64 2>&1 | tee linux64.log | ||
# repeat for these: | # repeat for these: | ||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31. | time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0-build1 -P linux-i686 --no-env 2>&1 | tee linux.log | ||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31. | time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0-build1 -P mac --no-env 2>&1 | tee mac.log | ||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31. | time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0-build1 -P win32 --no-env 2>&1 | tee win32.log | ||
</pre> | </pre> | ||