[Buildbot-devel] Please Help configuring BuildBot

Sergey A. Lipnevich sergey at optimaltec.com
Mon Dec 29 00:45:23 UTC 2008


Alexey Eremenko wrote:
> Thanks... too bad there is no example in the manual on how-to configure it.

There's plenty, just not in one place :-). Take a look at this section,
there's an example with two parameters right there:
http://buildbot.net/repos/release/docs/buildbot.html#WebStatus. Also,
take a look at the sample configurations here:
http://buildbot.net/trac/browser/docs/examples. Finally, some sites
mentioned here keep their (admittedly more complex) configurations in
public VCS repositories: http://buildbot.net/trac/wiki/SuccessStories (I
found pages for GNOME and Mozilla, they have pointers to their
configuration files:
http://live.gnome.org/BuildBrigade/DocsAndGuides/GnomeBuildbotInstallation
and https://wiki.mozilla.org/ReferencePlatforms/BuildBot).

> Next problem:
> buildbot seems to use "'FETCH_HEAD" - why so ? It fails anyway.
>  argv: ['git-reset', '--hard', 'FETCH_HEAD']

Don't know anything about Git integration with Buildbot, sorry! You can
start both master and slave in verbose mode and analyze their logs. I'd
first look at how exactly master initiates all the actions on slave.

Sergey.





More information about the devel mailing list