Confirmed users
4,293
edits
| Line 9: | Line 9: | ||
cd ~/bug1015968 | cd ~/bug1015968 | ||
hg clone http://hg.mozilla.org/build/tools | hg clone http://hg.mozilla.org/build/tools | ||
# get a signing token for release certs, 6 hour expiry | # get a signing token for release certs, 6 hour expiry, put it at ~/bug1015968/token | ||
export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | export PYTHONPATH=tools/lib/python; export PATH=$PATH:`pwd` | ||
# same as 30.0 | # same as 30.0 | ||
| Line 20: | Line 20: | ||
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.0b9-build1 -t 31.0-build1 -T 31.0b9-build1 -P linux- | time python -u repack.py -f 31.0b9-build1 -t 31.0-build1 -T 31.0b9-build1 -P linux-x86_64 2>&1 | tee linux64.log | ||
# repeat for these: | # repeat for these: | ||
time python -u repack.py -f 31.0b9-build1 -t 31.0-build1 -T 31.0b9-build1 -P linux- | time python -u repack.py -f 31.0b9-build1 -t 31.0-build1 -T 31.0b9-build1 -P linux-i686 --no-env 2>&1 | tee linux.log | ||
time python -u repack.py -f 31.0b9-build1 -t 31.0-build1 -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-build1 -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-build1 -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-build1 -T 31.0b9-build1 -P win32 --no-env 2>&1 | tee win32.log | ||
</pre> | </pre> | ||