Re: [OE-core] [PATCH] devtool: deploy-target: allow use of alternate ssh

2019-02-21 Thread Paul Eggleton
Looks good to me. Acked-by: Paul Eggleton On Friday, 22 February 2019 2:10:45 AM NZDT Olaf Mandel wrote: > Allow the use of an alternate SSH executable for deploy-target and > undeploy-target. The command can be specified with -e / --ssh-exec. > > Signed-off-by: Olaf Mandel > --- >

[OE-core] [PATCH] devtool: deploy-target: allow use of alternate ssh

2019-02-21 Thread Olaf Mandel
Allow the use of an alternate SSH executable for deploy-target and undeploy-target. The command can be specified with -e / --ssh-exec. Signed-off-by: Olaf Mandel --- scripts/lib/devtool/deploy.py | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git