1
Fork 0
py-buildbot/slave
Matvey Kruglov 2cb46ba2f3 Use args.workdir in StatFile if it exists 2015-08-31 20:53:51 +03:00
..
bin
buildslave Use args.workdir in StatFile if it exists 2015-08-31 20:53:51 +03:00
contrib Do not use --quiet options since it always return EXIT_SUCCESS 2014-10-20 13:37:54 +03:00
docs Fix copyrigt notice and license header for manpages. 2011-03-18 21:09:43 +02:00
COPYING Add a GPLv2 copyright header to each python file 2010-12-09 19:01:13 -06:00
MANIFEST.in Add completion scripts to the sdist 2013-10-10 12:52:39 +03:00
Makefile Apply pyflakes to slave - fixes #1714 2010-12-09 12:09:51 -06:00
README whitespace. updates #2804 2014-05-19 16:13:29 -04:00
UPGRADING
setup.cfg Make `python setup.py test` do something useful 2012-05-11 11:16:22 -07:00
setup.py autopep8 POST_PEP8_COMMIT 2013-11-06 19:28:48 +01:00
tox.ini Add support for tox (http://tox.testrun.org/) for quick local testing 2012-05-11 15:11:44 -07:00

README

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.


Buildslave:

This package contains only the buildslave implementation.  The `buildbot`
package contains the buildmaster as well as a complete set of documentation.

See http://buildbot.net for more information and for an online version of the
Buildbot documentation.