dev-util/osc: Switch to git-r3
[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-needed -->
5         <longdescription lang="en">
6         BuildBot is a system to automate the compile/test cycle required
7         by most software projects to validate code changes.
8         Features:
9                 * run builds on a variety of slave platforms
10                 * arbitrary build process: handles projects using C, Python, whatever
11                 * minimal host requirements: python and Twisted
12                 * slaves can be behind a firewall if they can still do checkout
13                 * status delivery through web page, email, IRC, other protocols
14                 * track builds in progress, provide estimated completion time
15                 * flexible configuration by subclassing generic build process classes
16                 * debug tools to force a new build, submit fake Changes, query slave status
17                 * released under the GPL
18         </longdescription>
19         <use>
20                 <flag name="docker">Add support for worker docker command steps</flag>
21                 <flag name="irc">Add support for status delivery through an ircbot.</flag>
22                 <flag name="mail">Add support for watching a maildir for commits.</flag>
23                 <flag name="manhole">Add support for manhole (debug over ssh)</flag>
24         </use>
25         <upstream>
26                 <maintainer>
27                         <email>devel@buildbot.net</email>
28                         <name>Developers List</name>
29                 </maintainer>
30                 <remote-id type="pypi">buildbot</remote-id>
31                 <remote-id type="github">buildbot/buildbot</remote-id>
32         </upstream>
33 </pkgmetadata>