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 4e21926231
Merge pull request #6641 from p12tic/3.6-release
Release notes for 3.6.1
2022-09-22 07:02:07 +03:00
.circleci make pyinstaller tests compatible with pyinstaller 5 2022-04-20 22:45:41 +02:00
.github chore: Set permissions for GitHub actions 2022-06-09 00:29:13 +00:00
common test: Ignore harmless urllib3.contrib.pyopenssl deprecation warning 2022-08-25 20:38:00 +03:00
master Release notes for 3.6.1 2022-09-22 04:21:09 +03:00
newsfragments Release notes for 3.6.1 2022-09-22 04:21:09 +03:00
pkg fix docker build 2021-08-24 20:32:04 +02:00
pyinstaller pyinstaller binary generation for windows and linux-amd64 2018-01-01 10:52:02 +01:00
smokes scripts: Fix git URL for master.cfg file in sample 2022-08-12 18:51:53 +03:00
worker worker: Fix worker cpdir command on PB protocol 2022-09-22 03:19:52 +03:00
www build(deps): bump moment from 2.29.2 to 2.29.4 in /www/base 2022-08-10 14:14:12 +00: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 gitattributes: do not export .git* files in archive 2018-02-08 09:53:27 +01:00
.gitignore docs: Added GNU make information on Windows 2020-08-25 00:38:58 +03:00
.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 Fix contributing.rst grammar 2017-11-08 11:03:01 -05:00
Dockerfile.master Dockerfile: Upgrade base Debian image to 11 2022-03-06 04:28:23 +02:00
LICENSE add top-level LICENSE duplicating {master,worker}/COPYING 2017-03-20 19:45:15 +00:00
Makefile Makefile: Fix building of release notes with new version of towncrier 2022-08-25 21:15:25 +03:00
README.rst readme: Remove the license scan badge 2020-06-14 22:36:16 +03:00
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 Include missing packages with correct versions to requirements-ci.txt 2022-07-01 12:57:12 +03:00
requirements-cidb.txt Update pg8000 from 1.16.6 to 1.26.1 2022-05-14 15:01:41 +03:00
requirements-cidocs.txt Update towncrier from 21.3.0 to 21.9.0 2022-05-13 20:53:16 +03:00
requirements-ciworker.txt Update pbr from 5.6.0 to 5.8.1 2022-05-13 20:53:16 +03:00
requirements-master-docker-extras.txt Update pycairo from 1.20.1 to 1.21.0 2022-05-14 15:01:41 +03:00
requirements-minimal.txt requirements: Pin package versions installed by requirements-minimal.txt 2022-08-25 20:38:00 +03:00
requirements-readthedocs.txt docs: Rename rtd-requirements.txt to name consistent with other files 2020-08-17 16:56:18 +03:00

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/