Changes between Version 3 and Version 4 of BuildBot
- Timestamp:
- Nov 6, 2006, 2:43:48 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v3 v4 1 = WebKitBuildBot =1 = !WebKit !BuildBot = 2 2 3 The WebKit BuildBotis a system to help automate the compile/test cycle. After every commit to WebKit's Subversion repository it will schedule compilation and tests on a variety of different computers, known as build slaves.3 The [http://build.webkit.org WebKit BuildBot] is a system to help automate the compile/test cycle. After every commit to WebKit's Subversion repository it will schedule compilation and tests on a variety of different computers, known as build slaves. 4 4 5 5 … … 8 8 Each build slave needs a unique username and password to be able to take part in the compile/test cycle. Please email [mailto:bdash@webkit.org bdash] if you would like to contribute a build slave. 9 9 10 Please ensure that you are familiar with building WebKitfrom source so that problems getting the slave up and running can be easily troubleshooted. The machine will need to have:10 Please ensure that you are familiar with [http://webkit.org/building/build.html building WebKit] from source so that problems getting the slave up and running can be easily troubleshooted. The machine will need to have: 11 11 12 12 * Xcode 2.4 (or greater) installed. … … 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 repository31 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 33 1. Run `buildbot slave WebKit-BuildSlave build.webkit.org:9989 [username] [password]`