[Buildbot-devel] SVN username/password

Ryan Raasch ryan.raasch at gmail.com
Tue Jun 16 12:59:11 UTC 2009


Hey,

Thanks for the response. I would have answered my own email, but
didn't get a copy.

I forgot to STOP the buildbot when upgrading to the new git HEAD. I
only did a reconfigure. So when i stopped, then started, it worked :)

Thanks again ,

Ryan

2009/6/16 Charles Lepple <clepple at gmail.com>:
> On Jun 16, 2009, at 7:31 AM, Ryan Raasch wrote:
>
>>
>> ptxdist_trunk.addStep(SVN(svnurl='https://iocaste.extern.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk',baseURL=None,
>> defaultBranch=None,
>>                               directory=None, username="guest",
>> password="guest"),
>>
>> workdir='/home/buildbot/handheld-linux/ptxdist/trunk',
>>                               name='SVN Update')
>
> I am not sure if this is the exact problem, but it looks like the "workdir"
> and "name" arguments should be inside the parentheses for the SVN step, as
> follows:
>
> ptxdist_trunk.addStep(SVN(svnurl='https://iocaste.extern.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk',baseURL=None,
> defaultBranch=None,
>                               directory=None, username="guest",
> password="guest",
> workdir='/home/buildbot/handheld-linux/ptxdist/trunk',
>                               name='SVN Update'))
>
>> Why does it spit out   "@param password: username to pass to svn's
>> --password" ?
>
> The stack trace shows one line of source code from each level on the stack,
> but sometimes the line number isn't exactly right. That line looks like a
> comment from the SVN buildstep class.
>




More information about the devel mailing list