Changes between Version 33 and Version 34 of BuildBot


Ignore:
Timestamp:
Jun 6, 2011 1:00:55 PM (13 years ago)
Author:
rniwa@webkit.org
Comment:

Added instruction to connect to bot master

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v33 v34  
    97975. Start / Stop buildbots
    9898    {{{buildbot start}}} or {{{buildbot stop}}} inside the directory you recreated in step 4.
    99  
     996. Start / Stop build slave
     100    1. Modify slave's buildbot.tac
     101        * Set buildmaster_host to 'localhost' or whatever machine you're running master on
     102        * Set port to 17000 by default (different from the port master hosts http server)
     103        * Set slavename and passwd to one that matches your passwords.js added in 4.2
     104    2. {{{buildslave start}}} as usual.