Changes between Version 17 and Version 18 of RunningBuildbotOnWindows


Ignore:
Timestamp:
03/25/08 19:00:09 (5 years ago)
Author:
terryrankine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v17 v18  
    9191   1. Initialise buildbot state in the given folder. 
    9292{{{ 
    93 buildbot create-slave <dir-path> <master-name>:<master-port> <slave-name> <slave-password> 
     93buildbot create-slave <slave-dir-path> <master-name>:<master-port> <slave-name> <slave-password> 
    9494}}} 
    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) 
    10097   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. 
    10198{{{ 
    102 buildbot start <dir-path> 
     99buildbot start <slave-dir-path> 
    103100}}} 
    104101   1. You should now be able to see your slave bot listed on the waterfall page on the build master.