Confirmed users
1,364
edits
(Adding script to generate staging masters and slaves) |
(add note on just testing bb code) |
||
| Line 148: | Line 148: | ||
= Setup/Running local master scheduler on laptop - not dev-master = | = Setup/Running local master scheduler on laptop - not dev-master = | ||
<ol><li> Download [http://hg.mozilla.org/build/braindump/raw-file/default/buildbot-related/fresh_bb_setup fresh_bb_setup] to ~/</li> | <ol><li> Download [http://hg.mozilla.org/build/braindump/raw-file/default/buildbot-related/fresh_bb_setup fresh_bb_setup] to ~/</li> | ||
<li>./fresh_bb_setup Buildbot</li> | <li>bash ./fresh_bb_setup Buildbot</li> | ||
<li>cd Buildbot; source bin/activate</li> | <li>cd Buildbot; source bin/activate</li> | ||
<li>cd buildbot-configs; ./test-masters.sh</li> | <li>cd buildbot-configs; ./test-masters.sh</li> | ||
<ul><li><strong>NOTE:</strong> you can stop here if your only goal is to test config changes. Make them in this directory, then run <code>./test-masters.sh</code>.</li></ul> | |||
<li>cd ~</li> | <li>cd ~</li> | ||
<li>cd BASEDIR/build-master/</li> | <li>cd BASEDIR/build-master/</li> | ||