Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
:Site: https://buildbot.net
:Original author: Brian Warner <warner-buildbot @ lothar . com>
:Current maintainer: The Botherders <https://github.com/buildbot/botherders>
_.
.. contents:: :local:
Buildbot is an open-source continuous integration framework for automating software build, test, and release processes.
See https://docs.buildbot.net/current/ for documentation of the current version of Buildbot.
Buildbot comes with a ready to use docker container available at
quay.io/buildbot/buildbot-master <https://quay.io/buildbot/buildbot-master>
_ container repository.
Following environment variables are supported for configuration:
BUILDBOT_CONFIG_URL
: http url to a config tarball.
The tarball must be in the .tar.gz format.
The tarball must contain a directory, which will contain a master.cfg file in it.
The tarball may contain a twisted.tac file in it, which can be used to configure the twisted logging system (e.g to log in logstash instead of the default stdout).
The tarball will be extracted in a directory named $BUILDBOT_CONFIG_DIR
in the master directory, and can contain additional python module that the master.cfg can load.
If BUILDBOT_CONFIG_URL
does not end with .tar.gz, it is considered to be an URL to the direct master.cfg
BUILDBOT_CONFIG_DIR
directory where to extract the config tarball within the master directory.
It is important so that you can do relative imports in your master.cfg like it is done in the metabbotcfg (https://github.com/buildbot/metabbotcfg)
See https://docs.buildbot.net/current/manual/installation/index.html
Briefly: python, Twisted, Jinja2, simplejson, and SQLite. Simplejson and SQLite are included with recent versions of Python.
Please send your patches to https://github.com/buildbot/buildbot/
Please send questions, file bugs, etc, on the Buildbot Github project https://github.com/buildbot/buildbot/issues. Alternatively, write to the buildbot-devel mailing list reachable through https://buildbot.net/.
Buildbot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For full details, please see the file named COPYING in the top directory of the source tree. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
The Continuous Integration Framework
We found that buildbot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.