diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:55 +0000 |
commit | 209dc425e474e943667a24eb4e3ba7b5f30a0da0 (patch) | |
tree | 30e00f201d546c1d3aeeac6193ea0a0974e9e1f7 /dev-util/buildbot/metadata.xml | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-209dc425e474e943667a24eb4e3ba7b5f30a0da0.tar.gz historical-209dc425e474e943667a24eb4e3ba7b5f30a0da0.tar.bz2 historical-209dc425e474e943667a24eb4e3ba7b5f30a0da0.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-util/buildbot/metadata.xml')
-rw-r--r-- | dev-util/buildbot/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dev-util/buildbot/metadata.xml b/dev-util/buildbot/metadata.xml index 75006bad5c76..395b53504846 100644 --- a/dev-util/buildbot/metadata.xml +++ b/dev-util/buildbot/metadata.xml @@ -1,15 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> - <maintainer> - <email>dustin@v.igoro.us</email> - <name>Dustin J. Mitchell</name> - </maintainer> - <longdescription lang="en"> - The BuildBot is a system to automate the compile/test cycle required + <herd>python</herd> + <maintainer> + <email>dustin@v.igoro.us</email> + <name>Dustin J. Mitchell</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 @@ -20,11 +18,13 @@ * 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="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> + * released under the GPL</longdescription> + <use> + <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> + <remote-id type="pypi">buildbot</remote-id> + </upstream> </pkgmetadata> |