[Buildbot-devel] Nightlies no longer working since upgrading from 0.8.3 to 0.8.5

Gavin McDonald gavin at 16degrees.com.au
Sat Oct 8 03:49:49 UTC 2011



> -----Original Message-----
> From: djmitche at gmail.com [mailto:djmitche at gmail.com] On Behalf Of
> Dustin J. Mitchell
> Sent: Thursday, 6 October 2011 2:53 PM
> To: gavin at 16degrees.com.au
> Cc: buildbot-devel at lists.sourceforge.net
> Subject: Re: [Buildbot-devel] Nightlies no longer working since upgrading
> from 0.8.3 to 0.8.5
> 
> 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?


To confirm it is working fine now.

Gav...

> 
> Dustin





More information about the devel mailing list