Confirmed users
4,293
edits
| Line 277: | Line 277: | ||
done | done | ||
hg -R tools diff > patch | hg -R tools diff > patch | ||
# attach this to bug 1015968, attachment | # attach this to bug 1015968, attachment 8457956 | ||
</pre> | |||
<pre> | |||
# generate snippets (on b-linux64-hp-0026): | |||
cd /home/cltbld/bug1015968/tools | |||
hg pull | |||
hg up -C -r FIREFOX_31_0_RELEASE_RUNTIME | |||
wget -O- https://bugzilla.mozilla.org/attachment.cgi?id=8457956 | 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 | |||
# ditch the betatest snippets, we're going to use releasetest only before pushing to beta | |||
rm -rf aus2.test/Firefox/*/WIN*/*/*/betatest | |||
rm -rf aus2.test/Firefox/*/Lin*/*/*/betatest | |||
rm -rf aus2.test/Firefox/*/Dar*/*/*/betatest | |||
# Sync to aus3-staging | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa' aus2.test/ \ | |||
ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-31.0-build2-forbeta-test/ | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa' aus2/ \ | |||
ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-31.0-build2-forbeta/ | |||
</pre> | </pre> | ||