Confirmed users
4,293
edits
| Line 195: | Line 195: | ||
= Build 2 = | = Build 2 = | ||
Using b-linux64-hp-0026 again | Using b-linux64-hp-0026 again, as well as b-linux64-hp-0027. | ||
<pre> | <pre> | ||
cd ~/bug1015968 | cd ~/bug1015968 | ||
| Line 210: | Line 210: | ||
# disk space is 94G free, from earlier cleanup | # disk space is 94G free, from earlier cleanup | ||
# in separate screen windows, generate other platforms | # in separate screen windows on b-linux64-hp-0026, generate other platforms | ||
cd ~/bug1015968 | cd ~/bug1015968 | ||
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | ||
| Line 218: | Line 218: | ||
time python -u repack.py -f 31.0b9-build1 -t 31.0-build2 -T 31.0b9-build1 -P mac --no-env 2>&1 | tee mac.log | time python -u repack.py -f 31.0b9-build1 -t 31.0-build2 -T 31.0b9-build1 -P mac --no-env 2>&1 | tee mac.log | ||
time python -u repack.py -f 31.0b9-build1 -t 31.0-build2 -T 31.0b9-build1 -P win32 --no-env 2>&1 | tee win32.log | time python -u repack.py -f 31.0b9-build1 -t 31.0-build2 -T 31.0b9-build1 -P win32 --no-env 2>&1 | tee win32.log | ||
# in separate screen windows on b-linux64-hp-0027, generate the the 2nd set of partials | |||
cd ~/bug1015968 | |||
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | |||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0b9-build1 -P linux-x86_64 2>&1 | tee linux64.log | |||
# repeat for these: | |||
time python -u repack.py -f 31.0-build1 -t 31.0-build2 -T 31.0b9-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.0b9-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.0b9-build1 -P win32 --no-env 2>&1 | tee win32.log | |||
</pre> | </pre> | ||