[Buildbot-devel] PBChangeSource and multiple repos in one instance

Shaun McDonald shaun at shaunmcdonald.me.uk
Mon Jan 7 21:58:06 UTC 2008


Hi,

I'm not sure if this will help

c['schedulers'] = []
c['schedulers'].append(AnyBranchScheduler(name="all", branches=None,  
treeStableTimer=5400, builderNames=["Mac-x86", "edgy-jdk"]))
 From our OpenOffice.org buildbot here is some examples:
http://ootermite.googlecode.com/svn/branches/076upgrade/buildmaster/production.cfg
which is referenced from the main master config:
http://ootermite.googlecode.com/svn/branches/076upgrade/buildmaster/master.cfg

In the above line of code you would change the branches and the  
builder names to the appropriate values. You would have multiple  
AnyBranchSchedulers. We are currently using a custom CVS mail parser.

Shaun
On 7 Jan 2008, at 17:06, Wolfgang Rosenauer wrote:

> Hi,
>
> I'm just trying to set up a new builder within an already existing
> instance of buildbot.
> It should check out and build another part of the repo.
>
> I've added the builder to the Scheduler but I'm not sure if that
> configuration is supposed to work since actually these are different
> schedulers as I'd expect since for the one "trunk" is not really the
> other "trunk" since both are based on different baseURLs.
> If that config is supposed to work it seems we hit a different issue
> with svn_buildbot.py since we are not sure how to call svn_buildbot.py
> in that case.
>
> The repo structure is like the following:
> 1. repo: foo/bar/trunk
> 2. repo: foo/bar/baz/trunk
>
> We are not quite sure how to setup the commit hook for that  
> configuration.
>
> Any ideas?
>
> Thanks,
> Wolfgang
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2433 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20080107/3b5601e4/attachment.bin>


More information about the devel mailing list