Changes between Version 15 and Version 16 of BuildBot


Ignore:
Timestamp:
Jun 29, 2010 2:27:27 PM (14 years ago)
Author:
mrowe@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v15 v16  
    1616 1. Set the computer to not go to sleep (under Energy Saver in System Preferences)
    1717 1. Install Twisted
    18     1. Download Twisted 2.5.0 from http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted-2.5.0.tar.bz2.
    19     1. Extract it.
    20     1. In a shell, change into the `Twisted-2.5.0/zope.interface-3.3.0` directory and run `sudo python setup.py install`
    21     1. Change back up to the `Twisted-2.5.0` directory and run `sudo python setup.py install`
     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.
    2220 1. Install !BuildBot
    2321    1. Download the latest version of !BuildBot from http://buildbot.net/.
     
    2927
    3028 1. Everything in http://webkit.org/building/tools.html
    31  1. The Ahem font installed. (Reference?)
    3229 1. Add `/System/Library/Frameworks/Python.framework/Versions/2.3/bin/` to your shell's `PATH` variable.
    3330
     
    6966 1. Edit `info/admin` and `info/host` to contain basic contact information and information about the build slave.
    7067 1. Run `make start` to start the build slave.  Logging information can be viewed by running `make log`.
    71  1. Generate an ssh (dsa) key pair and send `id_dsa.pub` to bdash to allow the machine to upload build results.
    72  1. Once you recieve login information from bdash, ssh once to buildbot master, thus adding an entry to your knownhosts file (prevents upload script from later hanging).
    7368
    7469