| Version 17 (modified by trac, 6 years ago) (diff) |
|---|
Welcome to Buildbot
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve.
The overall goal is to reduce tree breakage and provide a platform to run tests or code-quality checks that are too annoying or pedantic for any human to waste their time with. Developers get immediate (and potentially public) feedback about their changes, encouraging them to be more careful about testing before checkin.
Current contents:
- The current release is buildbot-0.7.5 . You can download the source from the sf.net download page. The release is signed with my GPG public key.
- The latest code is available from CVS for browsing or read-only checkout. There are also Arch and Darcs repositories? which track the main CVS tree and provide lower-latency access than anonymous CVS. You might want to look at the CVS version of the user's manual to get an idea of what sorts of features are coming up in the next release.
- The README file contains an overview, while the User's Manual contains complete documentation. The API Reference may be useful when writing the configuration file: the various Steps and Schedulers are documented there.
- Recent changes are summarized in the NEWS file, while the complete details are in the ChangeLog.
- The paper paper delivered at PyCon 2003, along with the slides.
- The SourceForge Project Page
- Please join the buildbot-devel mailing list to be notified about new releases, discuss how to configure and use the buildbot, and to hear about new development. This is both a user and a developer mailing list.
- You can also join the buildbot-commits mailing list to be notified about changes in CVS.
- There is a brief roadmap listing goals for the next few releases.
Download
- From Source: download the latest version from the SourceForge download page, run setup.py install as per the README, and read the UserManual about configuring your new buildbot.
- Debian Users: install the 'buildbot' package from the 'unstable' or 'testing' distribution.
- Ubuntu Users: install the 'buildbot' package from the Dapper 'universe' section (version 0.7.2 in dapper, 0.7.4 in edgy). (thanks to Matthias Klose for making both of these debian versions happen!). For newer versions, look for backports or install from source.
- SUSE Users: Marcus Rueckert has made SUSE RPMs available at http://software.opensuse.org/download/devel:/tools:/building/ . There is also user documentation available.
- Darwin Users: run port install buildbot (thanks to Olivier Bonnet for making this happen!)
Success Stories
Buildbots are installed in at least 100 sites all over the world. Users have submitted pointers to the SuccessStories page, so you can get a feel for how Buildbot is being used. Install a buildbot today and add your name!
Helpful Pages
HelpfulPages contains a collection of articles and blog postings about Buildbot.
Development
- FutureIdeas has some random thoughts on things that might make the Buildbot better.
Miscellaneous
The original TracStartingPage was moved away.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)