Changes between Version 18 and Version 19 of BuildBot


Ignore:
Timestamp:
Sep 24, 2010 2:47:49 PM (14 years ago)
Author:
mrowe@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v18 v19  
    1515 1. Subversion installed and accessible on the `PATH`.
    1616 1. Set the computer to not go to sleep (under Energy Saver in System Preferences)
    17  1. Install Twisted
    18     1. Download the latest version of Twisted from http://www.twistedmatrix.com/.
    19     1. Run `sudo python setup.py install` from within the extracted directory to install it.
    2017 1. Install !BuildBot
    21     1. Download the latest version of !BuildBot-slave from http://buildbot.net/.
    22     1. Extract it.
    23     1. In a shell, change into the `buildbot` directory and run `sudo python setup.py install`
     18    1. In a shell, `sudo easy_install buildbot-slave`
    2419
    2520
     
    2722
    2823 1. Everything in http://webkit.org/building/tools.html
    29  1. Add `/System/Library/Frameworks/Python.framework/Versions/2.3/bin/` to your shell's `PATH` variable.
    30 
    3124
    3225=== Win requirements ===
     
    6356 1. Run `buildslave create-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]`
    6457 1. Change to the `WebKit-BuildSlave` directory
    65  1. Rename `Makefile.sample` to `Makefile`
    6658 1. Edit `info/admin` and `info/host` to contain basic contact information and information about the build slave.
    6759 1. Run `buildslave start` to start the build slave.