[Buildbot-devel] Nightlies no longer working since upgrading from 0.8.3 to 0.8.5
Dustin J. Mitchell
dustin at v.igoro.us
Thu Oct 6 04:52:55 UTC 2011
So, I can't replicate this with master or v0.8.5, using the slave-side
SVN commands.
c['schedulers'].append(timed.Nightly(name='www-site-production',
builderNames=['builder'],
branch='infrastructure/site',
minute='*'))
from buildbot.steps.source import SVN
f1.addStep(SVN(
mode="update",
baseURL="http://svn.apache.org/repos/asf/",
defaultBranch="infrastructure/site"))
leads to the expected
/usr/bin/svn checkout --non-interactive --no-auth-cache --revision
HEAD http://svn.apache.org/repos/asf/infrastructure/site@HEAD build
I don't see a mode=.. in your SVN(..), so I assume you're not using
the master-side commands. What could be the different here?
Dustin
More information about the devel
mailing list