]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2/svn: change 'rsh' parameter to 'ssh' marquiz/bitbake/fixes
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 17 Feb 2017 09:21:50 +0000 (11:21 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 17 Feb 2017 09:30:24 +0000 (11:30 +0200)
commit95a6459660fe58da9ae4385112a3730e6b3d2b95
treec2de45ceeef775711789448323d7253f2e913233
parentb9777374cbe63cdcf80767033f628c26d23e90f9
fetch2/svn: change 'rsh' parameter to 'ssh'

The functionality around the 'rsh' parameter seemed to be broken. The
'rsh' parameter was only used when 'protocol' was set to 'svn+ssh' which
is confusing. The 'rsh' parameter was used for setting the value of
'svn_RSH' environment variable, which however, is not supported by svn
(not at least according to SVN documentation).

This patch removes the 'rsh' parameter and replaces it with 'ssh'. This
new (optional) parameter is used when svn+ssh protocol is used and it
can be used to specify the ssh program used by svn. This is achieved by
setting the SVN_SSH environment variable which is mentioned in SVN
documentation.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
lib/bb/fetch2/svn.py