[Buildbot-commits] [Buildbot] #2350: WithSource still in docs
Buildbot
nobody at buildbot.net
Sun Aug 26 23:24:04 UTC 2012
#2350: WithSource still in docs
--------------------+--------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: 0.8.6p1 | Resolution:
Keywords: docs |
--------------------+--------------------
Comment (by dustin):
And the SVN step needs to be updated to recommend Interpolate:
{{{
19:08 < clepple> I'm playing with 0.8.7-test again, and it doesn't seem
like the new master-side SVN step matches the documentation:
19:09 < clepple> http://buildbot.net/buildbot/docs/current/manual/cfg-
buildsteps.html#step-SVN says that I should still be able to use baseURL
and defaultBranch, but 'buildbot checkconfig' doesn't like it.
19:09 < clepple> f.addStep( SVN( mode='full', method='clean',
baseURL="svn://anonscm.debian.org/nut/", defaultBranch="trunk" ))
19:09 < clepple> yields Configuration Errors: error while parsing config
file: <buildbot.steps.source.svn.SVN object at 0x111351050>.__init__ got
unexpected keyword argument(s) ['defaultBranch', 'baseURL'] (traceback in
logfile)
19:17 < clepple> Configuration Errors: error while parsing config file:
<buildbot.steps.source.svn.SVN object at 0x111351050>.__init__ got
unexpected keyword argument(s) ['defaultBranch', 'baseURL'] (traceback in
logfile)
19:17 < clepple> oops
19:18 < clepple> meant to say that it appears to be an intentional change
to svn.py: 732c442 commit message says to use Interpolate, but docs were
not updated :-(
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2350#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list