diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-09-25 17:42:37 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-09-25 17:42:37 +0000 |
commit | 9bb229d8afd22be6f690e3fb68394d06a40a8758 (patch) | |
tree | 7dd70c8ab3996ef342991fd6acbe27521d554d6f /dev-util/buildbot/metadata.xml | |
parent | Stable on ppc wrt bug 149049 (diff) | |
download | gentoo-2-9bb229d8afd22be6f690e3fb68394d06a40a8758.tar.gz gentoo-2-9bb229d8afd22be6f690e3fb68394d06a40a8758.tar.bz2 gentoo-2-9bb229d8afd22be6f690e3fb68394d06a40a8758.zip |
-m New package, ebuild based on one by Michael Schmid <meheschmid@gmx.ch>. Closes bug #133004.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-util/buildbot/metadata.xml')
-rw-r--r-- | dev-util/buildbot/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/buildbot/metadata.xml b/dev-util/buildbot/metadata.xml new file mode 100644 index 000000000000..c43f6f85538e --- /dev/null +++ b/dev-util/buildbot/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<maintainer> + <email>marienz@gentoo.org</email> +</maintainer> +<longdescription> + 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> |