Permalink
Browse files
buildbot: Add a note about the deploy config
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
buildbot/README.md
|
|
@@ -146,7 +146,11 @@ IMPORTANT! Change the following configuration options in config.json: |
|
|
> "slaveprefix": "/opt/mp-buildbot/prefix" |
|
|
> "toolsprefix": "/opt/local" |
|
|
|
|
|
Reconfigure the buildbot master: |
|
|
For a local test installation, also remove everything inside the "deploy" option: |
|
|
|
|
|
> "deploy": {} |
|
|
|
|
|
After the configuration changes, reconfigure the buildbot master: |
|
|
|
|
|
buildbot reconfig /opt/mp-buildbot/master |
|
|
|
|
|
|