[Buildbot-devel] Nightlies no longer working since upgrading from 0.8.3 to 0.8.5
Gavin McDonald
gavin at 16degrees.com.au
Thu Sep 29 20:57:53 UTC 2011
Hi All,
nightlies seems broken
when I have to specify a branch - which is now compulsory - it still tries
to checkout repos/asf/None which of course fails all the nightlies :/
svn: URL 'http://svn.apache.org/repos/asf/None' doesn't exist
I DO specify the exact branch! heres my code:
c['schedulers'].append(Nightly(name='www-site-production',
builderNames=['www-site-production'],
branch='infrastructure/site',
minute=10))
...
f91 = factory.BuildFactory()
f91.addStep(SVN(
mode="update",
baseURL="http://svn.apache.org/repos/asf/",
defaultBranch="infrastructure/site",
...
Thanks
Gav...
More information about the devel
mailing list