Confirmed users
1,018
edits
| Line 46: | Line 46: | ||
virtualenv deps install-buildbot master master-makefile | virtualenv deps install-buildbot master master-makefile | ||
</pre> | </pre> | ||
== Universal Master == | |||
To create a universal master: | |||
$ cd master | |||
$ ln -sf ../buildbot-configs/mozilla/universal_master_sqlite.cfg master.cfg | |||
You will probably want to clear the schedulers to avoid a pile of scheduled builds from starting on your personal master. Add this line to the end of master/master.cfg: | |||
c['schedulers'] = [] | |||
=== build-master path values === | === build-master path values === | ||