summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-08-09 14:29:59 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-08-09 16:47:21 -0700
commit3f1a63db0564b4a83587801bee3a3fee66f9fb85 (patch)
treecda4efda79c060c446b692cdf4152bb26c8fde6b /dev-util/buildbot-pkg/metadata.xml
parentprofiles/base/package.use.mask: Mask doc use flag due to missing dep (diff)
downloadgentoo-3f1a63db0564b4a83587801bee3a3fee66f9fb85.tar.gz
gentoo-3f1a63db0564b4a83587801bee3a3fee66f9fb85.tar.bz2
gentoo-3f1a63db0564b4a83587801bee3a3fee66f9fb85.zip
dev-util/buildbot-pkg: New buildbot-0.9 pkg
This package is used for the various buildbot-www base and plugins. Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/buildbot-pkg/metadata.xml')
-rw-r--r--dev-util/buildbot-pkg/metadata.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/buildbot-pkg/metadata.xml b/dev-util/buildbot-pkg/metadata.xml
new file mode 100644
index 000000000000..5a7ed409ddf0
--- /dev/null
+++ b/dev-util/buildbot-pkg/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hwoarang@gentoo.org</email>
+ <name>Markos Chandras</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</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>
+ <upstream>
+ <maintainer>
+ <email>devel@buildbot.net</email>
+ <name>Developers List</name>
+ </maintainer>
+ <remote-id type="pypi">buildbot</remote-id>
+ </upstream>
+</pkgmetadata>