]> code.ossystems Code Review - openembedded-core.git/commit
devtool: deploy-target: don't specify ssh/scp port unless user does
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 26 Feb 2018 01:49:58 +0000 (14:49 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2018 22:09:17 +0000 (22:09 +0000)
commitf1020eef09fada7ef2231d5528576553f3f6bfe1
treec6f94427838fc1edb99de5bd5e285c21aa818b89
parenta85a78dcf226d160e9b504bfa67b306a9175ac29
devtool: deploy-target: don't specify ssh/scp port unless user does

If the user doesn't specify a port then we should avoid specifying one
on the ssh/scp command line in case the user has configured one for the
host they are connecting to, which was being overridden unnecessarily.

Fixes [YOCTO #12381].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/deploy.py