sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / dev-util / buildbot / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>dolsen@gentoo.org</email>
6                 <name>Brian Dolbec</name>
7         </maintainer>
8         <longdescription lang="en">
9         BuildBot is a system to automate the compile/test cycle required
10         by most software projects to validate code changes.
11         Features:
12                 * run builds on a variety of slave platforms
13                 * arbitrary build process: handles projects using C, Python, whatever
14                 * minimal host requirements: python and Twisted
15                 * slaves can be behind a firewall if they can still do checkout
16                 * status delivery through web page, email, IRC, other protocols
17                 * track builds in progress, provide estimated completion time
18                 * flexible configuration by subclassing generic build process classes
19                 * debug tools to force a new build, submit fake Changes, query slave status
20                 * released under the GPL
21         </longdescription>
22         <use>
23                 <flag name="docker">Add support for worker docker command steps</flag>
24                 <flag name="irc">Add support for status delivery through an ircbot.</flag>
25         </use>
26         <upstream>
27                 <maintainer>
28                         <email>devel@buildbot.net</email>
29                         <name>Developers List</name>
30                 </maintainer>
31                 <remote-id type="pypi">buildbot</remote-id>
32                 <remote-id type="github">buildbot/buildbot</remote-id>
33         </upstream>
34 </pkgmetadata>