Confirmed users
4,293
edits
| Line 73: | Line 73: | ||
hg -R tools diff > patch | hg -R tools diff > patch | ||
# attach this to bug 1015968, attachment 8456022 | # attach this to bug 1015968, attachment 8456022 | ||
</pre> | |||
<pre> | |||
# generate snippets (on b-linux64-hp-0026): | |||
cd /home/cltbld/bug1015968/tools | |||
hg pull | |||
hg up -r FIREFOX_31_0_RELEASE_RUNTIME | |||
wget -O- https://bugzilla.mozilla.org/attachment.cgi?id=8456022 | patch -p1 | |||
cd .. | |||
export PYTHONPATH="tools/lib/python:tools/lib/python/vendor" | |||
python tools/scripts/updates/create-snippets.py --config tools/release/patcher-configs/mozBeta-branch-patcher2.cfg \ | |||
--checksums-dir checksums --snippet-dir aus2 --test-snippet-dir aus2.test -v 2>&1 | tee snippets.log | |||
</pre> | </pre> | ||