1
Fork 0
Python-based continuous integration testing framework. The ladi-py2 branch with Python 2 maintained by LADI project.
Go to file
Povilas Kanapickas 0e497e2ada
Merge pull request #6729 from p12tic/release
Release notes for 3.7.0
2022-12-04 13:45:35 +02:00
.circleci make pyinstaller tests compatible with pyinstaller 5 2022-04-20 22:45:41 +02:00
.github .github: Use specific version of Ubuntu for CI 2022-11-30 22:35:56 +02:00
common worker: Fix startup failure on Python 2.7 due to new version of Automat 2022-12-03 12:19:50 +02:00
master Release notes for 3.7.0 2022-12-04 12:40:12 +02:00
newsfragments Release notes for 3.7.0 2022-12-04 12:40:12 +02:00
pkg pkg: Fix check for presence of js package 2022-12-03 15:52:43 +02:00
pyinstaller
smokes scripts: Fix git URL for master.cfg file in sample 2022-08-12 18:51:53 +03:00
worker worker: Fix startup failure on Python 2.7 due to new version of Automat 2022-12-03 12:19:50 +02:00
www www/react: Configure proxy to get avatars from upstream 2022-12-04 11:35:28 +02:00
.bbtravis.yml Require Twisted>=18.7.0 2022-08-10 16:17:30 +03:00
.codecov.yml codecov: Fix after_n_builds config param 2022-02-06 11:48:52 +02:00
.coveragerc
.dockerignore docker: Switch to Debian and build all master packages 2021-05-20 15:59:45 +03:00
.gitattributes
.gitignore
.isort.cfg graphql to data plumbery 2021-08-19 16:15:51 +02:00
.mailmap my main email address is gmail 2021-04-17 21:44:07 +02:00
.mention-bot
.pyup.yml pyup: Reduce update frequency to 'every two weeks' 2020-12-03 23:37:52 +02:00
CONTRIBUTING.rst Replace stale data in CONTRIBUTING.rst with URL to up to date docs 2022-11-06 04:45:20 +02:00
Dockerfile.master Dockerfile: Upgrade base Debian image to 11 2022-03-06 04:28:23 +02:00
LICENSE
Makefile www: Enable building and testing react-base module by default 2022-12-03 15:52:43 +02:00
README.rst
RELEASING.rst newsfragments: Move the newsfragments to the root of the project 2021-09-19 12:33:59 +03:00
appveyor.yml appveyor: Reduce the number of Python versions tested on Appveyor to 1 2022-08-25 21:08:13 +03:00
pyproject.toml newsfragments: Move the newsfragments to the root of the project 2021-09-19 12:33:59 +03:00
readthedocs.yaml Switch to updated RTD configuration 2022-07-01 09:47:30 -07:00
requirements-ci.txt requirements: Upgrade towncrier to 22.8.0 2022-12-04 12:38:07 +02:00
requirements-cidb.txt Update pg8000 from 1.26.1 to 1.29.1 2022-08-26 00:03:53 +03:00
requirements-cidocs.txt Update pygments from 2.9.0 to 2.12.0 2022-08-26 00:03:53 +03:00
requirements-ciworker.txt Update typing-extensions from 3.10.0.2 to 4.3.0 2022-08-26 00:03:53 +03:00
requirements-master-docker-extras.txt Update requests from 2.27.1 to 2.28.1 2022-08-26 00:03:52 +03:00
requirements-minimal.txt build(deps): bump mako from 1.2.1 to 1.2.2 2022-09-16 19:31:01 +00:00
requirements-readthedocs.txt

README.rst

==========
 Buildbot
==========

--------------------------------------
 The Continuous Integration Framework
--------------------------------------

Buildbot is based on original work from `Brian Warner <mailto:warner-buildbot @
lothar . com>`_, and currently maintained by `the Botherders
<https://github.com/buildbot/botherders>`_.

Visit us on http://buildbot.net !

|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_

Buildbot consists of several components:

* master
* worker
* www/base
* www/console_view
* www/waterfall_view

and so on

See the README in each subdirectory for more information

Related repositories:

* https://github.com/buildbot/buildbot-media - Buildbot-related media
* https://github.com/buildbot/buildbot-website - Source for http://buildbot.net

.. |travis-badge| image:: https://travis-ci.org/buildbot/buildbot.svg?branch=master
.. _travis-badge: https://travis-ci.org/buildbot/buildbot
.. |codecov-badge| image:: http://codecov.io/github/buildbot/buildbot/coverage.svg?branch=master
.. _codecov-badge: http://codecov.io/github/buildbot/buildbot?branch=master
.. |readthedocs-badge| image:: https://readthedocs.org/projects/buildbot/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/buildbot/builds/