Confirmed users
3,990
edits
| Line 114: | Line 114: | ||
</pre> | </pre> | ||
* update and reconfigure the master | * update and reconfigure the master | ||
XXX: add notes on how to update the master | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u armenzg -V 13.0b1 --branch mozilla-beta --build-number 1 \ | |||
--release-config release-firefox-mozilla-beta.py --release-config release-fennec-mozilla-beta.py --products firefox,fennec \ | |||
--dryrun localhost:9001 | |||
<pre> | |||
* start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master08.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-beta- beta])'' | * start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master08.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-beta- beta])'' | ||
** the same command as above but without the "--dryrun" | |||
* reconfigure other masters (or ask the buildduty person to do this) <em>if you have done a merge (and not double-land) to production</em> | * reconfigure other masters (or ask the buildduty person to do this) <em>if you have done a merge (and not double-land) to production</em> | ||