Getting the buildbot source

Whole raw sources

Our continuous build infrastructure is based on buildbot, written in python. All the Python scripts, HTML, and Javascript that the buildbot uses is also kept in the Subversion repository. Check out the whole set with:

mkdir tools && cd tools
gclient config http://src.chromium.org/chrome/trunk/tools/build
gclient sync

For quick hacking, a simple checkout is fine enough:

svn co svn://svn.chromium.org/chrome/trunk/tools/build

If you do not have a SVN account:

svn co http://src.chromium.org/chrome/trunk/tools/build

Private data

The build scripts assume that any private bits are in build_internal, beside build. So a private configuration file would be a build_internal/site_config/config_private.py.

Buildbot instance types

Description of some of the masters:

Configuring your buildbot instances