Changes between Version 15 and Version 16 of BuildBot
- Timestamp:
- Jun 29, 2010, 2:27:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v15 v16 16 16 1. Set the computer to not go to sleep (under Energy Saver in System Preferences) 17 17 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. 22 20 1. Install !BuildBot 23 21 1. Download the latest version of !BuildBot from http://buildbot.net/. … … 29 27 30 28 1. Everything in http://webkit.org/building/tools.html 31 1. The Ahem font installed. (Reference?)32 29 1. Add `/System/Library/Frameworks/Python.framework/Versions/2.3/bin/` to your shell's `PATH` variable. 33 30 … … 69 66 1. Edit `info/admin` and `info/host` to contain basic contact information and information about the build slave. 70 67 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).73 68 74 69