1
Fork 0
Python-based continuous integration testing framework. The ladi-py2 branch with Python 2 maintained by LADI project.
Go to file
Nedko Arnaudov cd28a9b467 Adjust README adn master's about.html with info about LADI vs upstream buildbot 2023-11-12 13:43:34 +02:00
apidocs Move apidoc creation to a toplevel dir with makefiles 2010-07-17 16:07:14 -05:00
common ignore E123 in autopep8, too 2014-04-20 09:11:21 -04:00
master Adjust README adn master's about.html with info about LADI vs upstream buildbot 2023-11-12 13:43:34 +02:00
slave Use args.workdir in StatFile if it exists 2015-08-31 20:53:51 +03:00
.coveragerc import all modules, even if there are no tests 2010-12-19 21:31:33 -06:00
.gitignore tweak gitignore of vim swap files 2013-08-02 10:06:00 -07:00
.mailmap better mailman, tweaks to CREDITS 2012-04-25 23:26:30 -05:00
.travis.yml test txgithub with the latest supported Python only 2015-05-16 13:19:26 +03:00
CONTRIBUTING.md Indicate that we don't use GitHub issues 2013-12-08 15:10:30 -05:00
MAINTAINERS.txt Test commit. Fixes #2814. 2014-05-29 10:53:24 -04:00
Makefile remove compiled python modules 2015-01-13 14:03:00 +02:00
README Adjust README adn master's about.html with info about LADI vs upstream buildbot 2023-11-12 13:43:34 +02:00

README

Buildbot is a Python-based continuous integration testing framework.

LADI Buildbot does not require client side scripting. LADI Buildbot is based on upstream Buildbot 0.8 series (for python2), maintained by LADI project and is not not supported by Buildbot project.

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

Buildbot consists of two separate components: the master and the slave.  See
master/README and slave/README for more information.

Related repositories:
  https://github.com/buildbot/buildbot - Upstream Buildbot repository
  https://github.com/buildbot/buildbot-media - Buildbot-related media
  https://github.com/buildbot/buildbot-website - Source for http://buildbot.net