Changes between Version 17 and Version 18 of RunningBuildbotOnWindows
- Timestamp:
- 03/25/08 19:00:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningBuildbotOnWindows
v17 v18 91 91 1. Initialise buildbot state in the given folder. 92 92 {{{ 93 buildbot create-slave < dir-path> <master-name>:<master-port> <slave-name> <slave-password>93 buildbot create-slave <slave-dir-path> <master-name>:<master-port> <slave-name> <slave-password> 94 94 }}} 95 1. Edit the newly created file and enter your name and email address (as you are the administrator of this build slave). 96 {{{ 97 "<dir-path>/info/admin" 98 }}} 99 1. Edit the newly created "<dir-path>/info/host" file and enter details and technical specifications for the system running the build slave. 95 1. Edit {{{ <slave-dir-path>/info/admin }}} and enter your name and email address (as you are the administrator of this build slave). 96 1. Edit {{{ <slave-dir-path>/info/host }}} file and enter details and technical specifications for the system running the build slave. (OS, user, slave-dir, intalled pre-reqs and versions) 100 97 1. Now launch the build slave process. If you have problems, check the ''twistd.log'' found in the build slave directory for errors and warnings. 101 98 {{{ 102 buildbot start < dir-path>99 buildbot start <slave-dir-path> 103 100 }}} 104 101 1. You should now be able to see your slave bot listed on the waterfall page on the build master.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)