Changes between Version 4 and Version 5 of BuildBot
- Timestamp:
- May 9, 2007, 1:37:55 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v4 v5 29 29 === Configuring a Build Slave === 30 30 31 1. Open a shell inside a directory suitable to keep the build slaves copy of the !WebKit repository 31 1. Open a shell inside a directory suitable to keep the build slaves copy of the !WebKit repository. 32 32 1. Add `/System/Library/Frameworks/Python.framework/Versions/2.3/bin/` to your shell's `PATH` variable. 33 1. Run `buildbot slave WebKit-BuildSlave build.webkit.org:9989 [username] [password]`33 1. Run `buildbot create-slave WebKit-BuildSlave build.webkit.org:9989 [username] [password]` 34 34 1. Change to the `WebKit-BuildSlave` directory 35 35 1. Rename `Makefile.sample` to `Makefile`