Changes between Version 3 and Version 4 of BuildBot


Ignore:
Timestamp:
Nov 6, 2006 2:43:48 PM (17 years ago)
Author:
bdash@webkit.org
Comment:

Update some links and stuff

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v3 v4  
    1 = WebKit BuildBot =
     1= !WebKit !BuildBot =
    22
    3 The 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.
     3The [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.
    44
    55
     
    88Each 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.
    99
    10 Please ensure that you are familiar with building WebKit from source so that problems getting the slave up and running can be easily troubleshooted. The machine will need to have:
     10Please 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:
    1111
    1212 * Xcode 2.4 (or greater) installed.
     
    2929=== Configuring a Build Slave ===
    3030
    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
    3232 1. Add `/System/Library/Frameworks/Python.framework/Versions/2.3/bin/` to your shell's `PATH` variable.
    3333 1. Run `buildbot slave WebKit-BuildSlave build.webkit.org:9989 [username] [password]`