Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Aug 31, 2014
1 parent c4021ca commit 9cd3902
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pkg/README
@@ -0,0 +1,34 @@

Buildbot: build/test automation
http://buildbot.net
Brian Warner <warner-buildbot @ lothar . com>
Dustin J. Mitchell <dustin@v.igoro.us>


Buildbot is a continuous integration system designed to automate the
build/test cycle. 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. Features

* 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)

* 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.

* Buildbot has minimal requirements for slaves: using virtualenv, only a
Python installation is required.

* Slaves can be run behind a NAT firewall and communicate with the master

* Buildbot has a variety of status-reporting tools to get information about
builds in front of developers in a timely manner.


Buildbot-pkg::

This package contains utilities and common code for building and testing www
plugins.

0 comments on commit 9cd3902

Please sign in to comment.