[Buildbot-devel] Problems installing buildbot from arch
Brad Hards
bradh at frogmouth.net
Mon Sep 26 11:44:47 UTC 2005
On Monday 26 September 2005 19:57 pm, Brad Hards wrote:
> I liked what I saw, but I'd like some changes (eg doing a build on
> schedule, rather than on change). Might as well do them from the top of the
> tree - at least then they have some chance of getting merged.
On closer inspection of the code, I see that I can now get a Periodic
Scheduler. Or even just do it in the builder setup.
Of course, I did find that the sample master.cfg file doesn't work with the
code from Arch - it doesn't have any scheduler.
I'm having trouble with the Periodic (or any) scheduler setup though.
I'm doing this (and a few variations)
# Now we link up the change sources with the builders, using a Scheduler
mysched = Periodic(name='sched1', builderNames=[b3],
periodicBuildTimer='1000')
c['schedulers'] = [mysched]
But all I get is backtraces. Can I have a hint?
Brad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20050926/ba3fda54/attachment.bin>
More information about the devel
mailing list