Changes between Version 33 and Version 34 of BuildBot
- Timestamp:
- Jun 6, 2011, 1:00:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v33 v34 97 97 5. Start / Stop buildbots 98 98 {{{buildbot start}}} or {{{buildbot stop}}} inside the directory you recreated in step 4. 99 99 6. 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.