diff options
author | Daniel Lublin <daniel@lublin.se> | 2017-05-30 13:17:59 +0200 |
---|---|---|
committer | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-19 12:20:55 +0200 |
commit | 0ca0a5e14b2897cc8df7539b4b576594363d519a (patch) | |
tree | c84cbbb09a34b99d89eefcbfcc8aa4e882284bc9 /scripts/pybootchartgui/pybootchartgui.py | |
parent | b0ede5088b2f4338ea5faf5db46d67eb1c7e8243 (diff) | |
download | poky-0ca0a5e14b2897cc8df7539b4b576594363d519a.tar.gz |
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.
(From OE-Core rev: db54c9a22a9b66c673df8e836de5e47fc9edda0b)
Signed-off-by: Daniel Lublin <daniel@lublin.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui.py')
0 files changed, 0 insertions, 0 deletions