commit | e74429bb17533c454b804e523ff5724344711ad2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 10 09:05:23 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 14 17:47:13 2019 -0700 |
tree | e5b76fa7f46cfdc203970338b1955a0ae4a70e13 | |
parent | df9cf1cc08d73af765f0f434909295ac6fed2c4b [diff] |
buildman: Deal nicely with invalid build-status file The 'done' files created by buildman may end up being empty if buildman runs out of disk space while writing them. This error is then persistent, since even if disk space is reclaimed and the build retries, the empty file causes an exception in the builder thread. Deal with this silently by doing a rebuild. Signed-off-by: Simon Glass <sjg@chromium.org>