Changes between Version 2 and Version 3 of AboutBuildbot


Ignore:
Timestamp:
09/18/11 18:12:14 (20 months ago)
Author:
dustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AboutBuildbot

    v2 v3  
    55== Features == 
    66 
    7 * Buildbot is easy to set up, but ''very'' extensible and customizable. 
     7* Buildbot is easy to set up, but ''very'' extensible and customizable.  It supports arbitrary build processes, and is not limited to common build processes for particular languages (e.g., autotools or ant) 
    88* Buildbot supports building and testing on a variety of platforms.  Developers, who do not have the facilities to test their changes everywhere before committing, will know shortly afterwards whether they have broken the build or not. 
     9* Buildbot has minimal requirements for slaves: using virtualenv, only a Python installation is required. 
     10* Slaves can be run behind a NAT firewall and communicate with the master 
    911* Buildbot has a variety of status-reporting tools to get information about builds in front of developers in a timely manner.