[Buildbot-devel] buildbot, multiple projects and c++

Amanjit Gill amanjit.gill at gmx.de
Sat Jan 13 21:10:20 UTC 2007


Benoit Sigoure wrote:
> AFAIK BuildBot doesn't support this at this time. I've also tried this kind of
> setup but since all my projects have different repositories, it confuses
> buildbot when all projects are handled by the same master but different
> schedulers (eg, committing in any of the projects ends up triggering a build
> for all projects with the same revision, even when dependencies are set in
> master.cfg)
> What I do is that I periodically rebuild all dependent projects.
>   
Thank you Mr Sigoure for your feedback.

- Actually I think multiple buildbots will always work without problems 
apart from the inter dependency "issue" (its actually a feature request 
:) ).
- As a workaround it actually should be quite easy to write some 
project-has-changed-state file after a buildbot suceeded with building a 
project to a central place where every buildbot can read/write it and 
then let a custom Scheduler act according to that state.

Greetings
Amanjit




More information about the devel mailing list