Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133004 - dev-util/buildbot-0.7.2 (new ebuild)
Summary: dev-util/buildbot-0.7.2 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://buildbot.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-05-11 05:28 UTC by Michael Schmid
Modified: 2006-09-25 10:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild (buildbot-0.7.2.ebuild,2.50 KB, text/plain)
2006-05-11 05:33 UTC, Michael Schmid
Details
init.d script for buildbot (buildbot,1.14 KB, text/plain)
2006-05-11 05:36 UTC, Michael Schmid
Details
sample conf.d configuration file (buildbot,262 bytes, text/plain)
2006-05-11 05:37 UTC, Michael Schmid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schmid 2006-05-11 05:28:15 UTC
This is a new ebuild for buildbot.

Buildbot is a build/testing system to automate compilation and test runs of source code. Written in python, it's a powerful but simple alternative to tinderbox.
Comment 1 Michael Schmid 2006-05-11 05:33:05 UTC
Created attachment 86604 [details]
The ebuild

First revision of the ebuild. Maybe a bit too verbose, if a native english speaker could shorten the text a bit it'd be nice.
Comment 2 Michael Schmid 2006-05-11 05:36:23 UTC
Created attachment 86605 [details]
init.d script for buildbot

Simple init.d script to start one or more buildbot masters/slaves. I found no other way to set the variables for HOME and so on to make it work. Passing them using start-stop-daemon -e didn't work when I tried, after a build started these variables were overridden by the ones from the shell the script was started in, resulting in failure.
Comment 3 Michael Schmid 2006-05-11 05:37:12 UTC
Created attachment 86606 [details]
sample conf.d configuration file
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2006-09-02 08:52:52 UTC
I would like to have this in Portage!
Comment 5 Marien Zwart (RETIRED) gentoo-dev 2006-09-25 10:45:58 UTC
Thanks for the ebuild. Just committed dev-util/buildbot-0.7.4 with some changes: removed the pkg_config: imho this is not worth it since you will have to edit the generated files anyway and running the "buildbot" tool directly is not harder than the emerge --config is. Also limited the init script to a single instance: if you want more than one just symlink or copy the script, which has the benefit you can restart them separately.

Closing this bug, please file a new one if there are problems with the ebuild.