Changes between Version 16 and Version 17 of BuildBot


Ignore:
Timestamp:
Sep 7, 2010 12:44:37 PM (13 years ago)
Author:
tony@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v16 v17  
    1919    1. Run `sudo python setup.py install` from within the extracted directory to install it.
    2020 1. Install !BuildBot
    21     1. Download the latest version of !BuildBot from http://buildbot.net/.
     21    1. Download the latest version of !BuildBot-slave from http://buildbot.net/.
    2222    1. Extract it.
    2323    1. In a shell, change into the `buildbot` directory and run `sudo python setup.py install`
     
    6161
    6262 1. Open a shell inside a directory suitable to keep the build slaves copy of the !WebKit repository.
    63  1. Run `buildbot create-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]`
     63 1. Run `buildslave create-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]`
    6464 1. Change to the `WebKit-BuildSlave` directory
    6565 1. Rename `Makefile.sample` to `Makefile`