summaryrefslogtreecommitdiff
path: root/dev-util/buildbot/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/buildbot/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/buildbot/metadata.xml')
-rw-r--r--dev-util/buildbot/metadata.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/buildbot/metadata.xml b/dev-util/buildbot/metadata.xml
deleted file mode 100644
index a40eac4867f1..000000000000
--- a/dev-util/buildbot/metadata.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dolsen@gentoo.org</email>
- <name>Brian Dolbec</name>
- </maintainer>
- <maintainer type="person">
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</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>
- <flag name="mail">Add support for watching a maildir for commits.</flag>
- <flag name="manhole">Add support for manhole (debug over ssh)</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>