[Buildbot-devel] SVN update problem

Łukasz Jernaś deejay1 at srem.org
Sun Feb 1 12:58:10 UTC 2009


Dear mailing list.

I'm new to this list, so hello to all members!

I'm trying to set up a buildbot instance to build some project I'm a
bit involved in, but our subversion repository is often failing due to
excessive load I think. So my question is - is there any possibility I
could make the update step be repeated if it fails. It usually works
after a second or third try.
My current build factory setup is like that:
f = factory.BuildFactory()
f.addStep(source.SVN(mode='copy',
svnurl='http://svn.openstreetmap.org/applications/editors/merkaartor'))
f.addStep(shell.Configure(command='qmake-qt4 Merkaartor.pro GEOIMAGE=1
OSMARENDER=1; lrelease-qt4 Merkaartor.pro'))
f.addStep(shell.Compile(command='LC_ALL=C make -j2'))

Regards,
-- 
Łukasz [DeeJay1] Jernaś




More information about the devel mailing list