[Buildbot-commits] [Buildbot] #2556: Master-Side SVN step applying "extra_args" to svn info
Buildbot trac
trac at buildbot.net
Mon Aug 26 22:30:43 UTC 2013
#2556: Master-Side SVN step applying "extra_args" to svn info
--------------------+-----------------------
Reporter: kkryger | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.6p1 | Keywords:
--------------------+-----------------------
Switched to the master-side step, and the previous step allowed use of the
`extra_args=!["--ignore-externals"]` with no issues. Moving to the new
style, it seems as though the "`svn info`" command gets extra_args no
matter what it is, so anything that isn't valid as a command becomes an
error.
Cut down example:
{{{
SVN(
name="Checkout",
baseURL=base_svnurl,
mode="full",
method="fresh",
extra_args=["--ignore-externals"],
)
}}}
So my command is this:
`['svn', 'info', '--non-interactive', '--no-auth-cache', '--ignore-
externals']`
Which, '`svn info`' doesn't take in "`--ignore-externals`", and causes an
error:
{{{
Subcommand 'info' doesn't accept option '--ignore-externals'[[BR]]
Type 'svn help info' for usage.
}}}
Noticed in 0.8.6p1, looks like it is still in master.
--
Ticket URL: <http://trac.buildbot.net/ticket/2556>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list