Changes between Version 18 and Version 19 of BuildBot
- Timestamp:
- Sep 24, 2010, 2:47:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v18 v19 15 15 1. Subversion installed and accessible on the `PATH`. 16 16 1. Set the computer to not go to sleep (under Energy Saver in System Preferences) 17 1. Install Twisted18 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.20 17 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` 24 19 25 20 … … 27 22 28 23 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 31 24 32 25 === Win requirements === … … 63 56 1. Run `buildslave create-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]` 64 57 1. Change to the `WebKit-BuildSlave` directory 65 1. Rename `Makefile.sample` to `Makefile`66 58 1. Edit `info/admin` and `info/host` to contain basic contact information and information about the build slave. 67 59 1. Run `buildslave start` to start the build slave.