Docs for buildbot-private

This commit is contained in:
Ian Bell
2014-07-08 15:08:02 +02:00
parent 90af4a0442
commit 68c0fe914d

View File

@@ -6,13 +6,14 @@ Master
From the root of the git checkout (this will use the master.cfg from CoolProp)
```
pip install virtualenv
pip install buildbot
cd dev/buildbot
buildbot create-master master
buildbot start master
```
The file ``buildbot-private.py`` (which is a python module with the passwords for the slaves as well as the buildbot website), should also be placed in the master folder next to master.cfg.
If you want to completely restart the master, you can do
```
buildbot restart master