Changes between Version 16 and Version 17 of BuildBot
- Timestamp:
- Sep 7, 2010 12:44:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v16 v17 19 19 1. Run `sudo python setup.py install` from within the extracted directory to install it. 20 20 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/. 22 22 1. Extract it. 23 23 1. In a shell, change into the `buildbot` directory and run `sudo python setup.py install` … … 61 61 62 62 1. Open a shell inside a directory suitable to keep the build slaves copy of the !WebKit repository. 63 1. Run `build botcreate-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]`63 1. Run `buildslave create-slave WebKit-BuildSlave build.webkit.org:17000 [username] [password]` 64 64 1. Change to the `WebKit-BuildSlave` directory 65 65 1. Rename `Makefile.sample` to `Makefile`