summaryrefslogtreecommitdiff
blob: 813ab1f18c3690b781ad3f900abfca12cc850515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<maintainer>
		<email>hawking@gentoo.org</email>
		<name>Ali Polatel</name>
	</maintainer>
	<longdescription lang="en">
		The 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>
</pkgmetadata>