]> code.ossystems Code Review - openembedded-core.git/commit
devtool: deploy-target: add an option to disable quiet mode
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 8 Mar 2015 13:03:33 +0000 (13:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:12 +0000 (11:03 +0000)
commit5cbb026212b4c8f5206a07d70b94f57edeee0839
treeaac882b66c003e525ba5f2600b78cc3c7887aa6c
parent3fd9ac277393bef5c646f16b9d8f30c277881d70
devtool: deploy-target: add an option to disable quiet mode

The -q option to scp does stop the progress being shown, which is mostly
superfluous, however it also stops errors from ssh being shown - if
there's a problem, you'll just get "lost connection" which really isn't
that helpful. As a compromise, add a -s/--show-status option and
advertise this when the command fails.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/deploy.py