Confirmed users
2,456
edits
Line 77: | Line 77: | ||
python tools/scripts/updates/create-snippets.py --config tools/release/patcher-configs/mozBeta-branch-patcher2.cfg \ | 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 | --checksums-dir checksums --snippet-dir aus2 --test-snippet-dir aus2.test -v 2>&1 | tee snippets.log | ||
</pre> | |||
<pre> | |||
# 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 | |||
</pre> | |||
<pre> | |||
# 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-29.0-build1-forbeta-test/ | |||
rsync -av -e 'ssh -i /home/cltbld/.ssh/ffxbld_dsa' aus2/ \ | |||
ffxbld@aus3-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-29.0-build1-forbeta/ | |||
</pre> | |||
<pre> | |||
# Bouncer setup (to match patcher config) | |||
# add Product: Firefox-29.0-build1-Partial-29.0b9 | |||
# add Locations: 4 locations for each (1 per OS) | |||
</pre> | </pre> |