diff options
author | Daniel Lublin <daniel@lublin.se> | 2017-05-30 13:17:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-03 23:43:28 +0100 |
commit | db54c9a22a9b66c673df8e836de5e47fc9edda0b (patch) | |
tree | ceb0d326ffc97a84f53b8f5f4e4096640dee551d /meta/classes | |
parent | 061f2aab40fecbfe0dcb928baa95d6b3a6b45eed (diff) | |
download | openembedded-core-db54c9a22a9b66c673df8e836de5e47fc9edda0b.tar.gz openembedded-core-db54c9a22a9b66c673df8e836de5e47fc9edda0b.tar.bz2 openembedded-core-db54c9a22a9b66c673df8e836de5e47fc9edda0b.zip |
devtool: deploy-target: Let script continue even if rm fails
The remote script is run with `set -e`, so doing rm without -f on a
$file that is already gone will exit the whole script, failing any
redeployment. Assume a use case where packages sometimes produces
certain test binaries stored on volatile media (tmpfs), and where the
system is occasionally rebooted.
Signed-off-by: Daniel Lublin <daniel@lublin.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions