[152492] contrib/buildbot-test/README.md

raimue at macports.org raimue at macports.org
Sun Sep 11 06:54:01 PDT 2016


Revision: 152492
          https://trac.macports.org/changeset/152492
Author:   raimue at macports.org
Date:     2016-09-11 06:54:01 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
buildbot: update configuration details in README

Modified Paths:
--------------
    contrib/buildbot-test/README.md

Modified: contrib/buildbot-test/README.md
===================================================================
--- contrib/buildbot-test/README.md	2016-09-11 13:32:09 UTC (rev 152491)
+++ contrib/buildbot-test/README.md	2016-09-11 13:54:01 UTC (rev 152492)
@@ -133,14 +133,12 @@
 
 #### 3. Add new buildbot slaves to buildbot master configuration
 
-Add the buildslaves to your buildmaster's master.cfg using the password
-you provided when creating them. Then reload the buildbot master
-configuration.
+Add the buildslaves to your buildmaster's slaves.json using the passwords you
+provided when creating them. You will also need to change the list of
+'build_platforms' to the local platform you have set up a build slave for.
 
     $EDITOR /opt/mp-buildbot/master/slaves.json
 
-XXX: edit build\_platforms in master.cfg
-
 IMPORTANT! Change the following configuration options in config.json:
 
     $EDITOR /opt/mp-buildbot/master/config.json
@@ -169,8 +167,13 @@
 
 ## Setting up buildbot master and slaves for production
 
-These instructions explain how to install buildbot in a production
-environment, in which master slaves run on different machines to produce
-MacPorts packages.
+In a production environment the slaves run on different machines to produce
+MacPorts packages for various platforms. Most of the configuration above
+applies to the production environment. The configuration of the master in
+config.json should use prefixes such that packages are produced for /opt/local:
 
-TODO
+> "slaveprefix":  "/opt/local"
+> "toolsprefix":  "/opt/mports"
+
+When setting up the slaves, specify the hostname and port of the machine
+running the buildbot master instead of "localhost:9989".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160911/f18093cb/attachment-0001.html>


More information about the macports-changes mailing list