[Buildbot-devel] Can a single builder do multiple checkouts form differet repositories?

John Stile john at stilen.com
Sat May 26 00:40:37 UTC 2007


Sorry for such a newbee question.  

I don't know python and the docs didn't give me a clear answer.

I got the build to work by using BuildFactory to a shell script.

Snip from master.cfg
from buildbot.steps import source, shell
from buildbot.process import factory
f = factory.BuildFactory()
f.addStep(shell.ShellCommand, command=["/Users/build/bin/build_script.bash" ])
c['builders'] = [
{'name':'mac_trunk',
'slavename':'buildmac2',
'builddir':'build_mac',
'factory':f },
]

On Thu, 2007-05-24 at 21:44 -0700, John Stile wrote:
> I have to do several svn checkouts from different repositories on a
> single platform (mac).
> How can I do this with a single 'builder'?
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel





More information about the devel mailing list