Confirmed users
1,377
edits
No edit summary |
|||
Line 240: | Line 240: | ||
** Sample command for Firefox 10.0 beta 5 build 1: | ** Sample command for Firefox 10.0 beta 5 build 1: | ||
<pre> | <pre> | ||
bash shortcut: hg tag -f FENNEC_13_0b1_{RELEASE, | bash shortcut: hg tag -f FENNEC_13_0b1_{RELEASE,BUILD2} | ||
</pre> | </pre> | ||
* update and reconfigure the master | * update and reconfigure the master | ||
Line 248: | Line 248: | ||
cd /builds/buildbot/build1/master | cd /builds/buildbot/build1/master | ||
source ../bin/activate | source ../bin/activate | ||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u jhford -V 13.0b1 --branch mozilla-beta --build-number | PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u jhford -V 13.0b1 --branch mozilla-beta --build-number 2 \ | ||
--release-config release-fennec-mozilla-beta.py --products fennec \ | --release-config release-fennec-mozilla-beta.py --products fennec \ | ||
--dryrun localhost:9001 | --dryrun localhost:9001 | ||
</pre> | </pre> | ||
Then ran: | |||
<pre>PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u jhford -V 13.0b1 --branch mozilla-beta --build-number 2 --release-config release-fennec-mozilla-beta.py --products fennec localhost:9001</pre> | |||
=== Tag === | === Tag === |