Confirmed users
4,293
edits
| Line 151: | Line 151: | ||
mv -v $f $dest/; | mv -v $f $dest/; | ||
done | done | ||
Start generating new partials using b-linux64-hp-0026, using the setup for 31.0b9 partials, leaving checksums for later (need to update file rather than append to it). Running ... | |||
<pre> | |||
# in separate screen windows, generate other platforms | |||
cd ~/bug1015968 | |||
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | |||
time python -u repack.py -f 29.0.1-build2 -t 31.0-build1 -T 31.0-build1 -P linux-x86_64 --no-checksums 2>&1 | tee linux64-29.0.1build2.log && \ | |||
time python -u repack.py -f 28.0-build2 -t 31.0-build1 -T 31.0-build1 -P linux-x86_64 --no-checksums --no-env 2>&1 | tee linux64-28.0build2.log | |||
# repeat for these: | |||
time python -u repack.py -f 29.0.1-build2 -t 31.0-build1 -T 31.0-build1 -P linux-i686 --no-checksums --no-env 2>&1 | tee linux-29.0.1build2.log && \ | |||
time python -u repack.py -f 28.0-build2 -t 31.0-build1 -T 31.0-build1 -P linux-i686 --no-checksums --no-env 2>&1 | tee linux-28.0build2.log | |||
time python -u repack.py -f 29.0.1-build2 -t 31.0-build1 -T 31.0-build1 -P mac --no-checksums --no-env 2>&1 | tee mac-29.0.1build2.log && \ | |||
time python -u repack.py -f 28.0-build2 -t 31.0-build1 -T 31.0-build1 -P mac --no-checksums --no-env 2>&1 | tee mac-28.0build2.log | |||
time python -u repack.py -f 29.0.1-build2 -t 31.0-build1 -T 31.0-build1 -P win32 --no-checksums --no-env 2>&1 | tee win32-29.0.1build2.log && \ | |||
time python -u repack.py -f 28.0-build2 -t 31.0-build1 -T 31.0-build1 -P win32 --no-checksums --no-env 2>&1 | tee win32-28.0build2.log | |||
</pre> | |||