[Buildbot-devel] Few things I'd like ...
Frederic Leroy
fredo at starox.org
Tue Jul 3 20:59:44 UTC 2007
Le Tue, 3 Jul 2007 15:03:50 -0500,
"Dustin J. Mitchell" <dustin at zmanda.com> a écrit :
> On Tue, Jul 03, 2007 at 09:50:26PM +0200, Frederic Leroy wrote:
> > I use buildbot for one week now. And there are few things that
> > bother me.
>
> All of them sound patch-worthy!
I'll try to do my best !
> > 4) I don't like to have one master for each projects. So I ruse and
> > match them to branch.
> > If I'm right there is no way to have many source change notifier and
> > match them to builders.
>
> I'm not sure what you mean by this one..
>
On the master.cfg, we have something like this :
------------------------------------------------------
c['source'] = []
c['source'].append(<ChangeSource1>)
c['source'].append(<ChangeSource2>)
...
c['source'].append(<ChangeSourcen>)
then scheduler and builders :
c['schedulers'].append(Scheduler(name="s1"..., builderNames["b1,...,bx")
c['schedulers'].append(Scheduler(name="s2"..., ...)
...
c['schedulers'].append(Scheduler(name="sm"..., builderNames["by,...,bz")
b1 = ...
...
bz = ...
------------------------------------------------------
My concern is that I can't bind <ChangeSource1> to ... say Scheduler
s1, and <ChangeSource2> to Scheduler s2 and s3.
I hope it's understandable :) I'm not a native english speaker.
I saw I was wrong with "sources changes" and "builders". It was
between "Sources changes" and "Schedulers".
Cheers,
--
Frédéric Leroy
More information about the devel
mailing list