You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/buildbot/metadata.xml

35 lines
1.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zorry@gentoo.org</email>
<name>Magnus Granberg</name>
</maintainer>
<longdescription lang="en">
BuildBot is a system to automate the compile/test cycle required
by most software projects to validate code changes.
Features:
* run builds on a variety of slave platforms
* arbitrary build process: handles projects using C, Python, whatever
* minimal host requirements: python and Twisted
* slaves can be behind a firewall if they can still do checkout
* status delivery through web page, email, IRC, other protocols
* track builds in progress, provide estimated completion time
* flexible configuration by subclassing generic build process classes
* debug tools to force a new build, submit fake Changes, query slave status
* released under the GPL
</longdescription>
<use>
<flag name="docker">Add support for worker docker command steps</flag>
<flag name="irc">Add support for status delivery through an ircbot.</flag>
</use>
<upstream>
<maintainer>
<email>devel@buildbot.net</email>
<name>Developers List</name>
</maintainer>
<remote-id type="pypi">buildbot</remote-id>
<remote-id type="github">buildbot/buildbot</remote-id>
</upstream>
</pkgmetadata>