]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Deal more nicely with invalid build-status file
authorSimon Glass <sjg@chromium.org>
Sat, 27 Apr 2019 01:02:23 +0000 (19:02 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 May 2019 23:33:23 +0000 (17:33 -0600)
commit72888400548a44db502540990c2f373f2255e181
tree478e33a7c3f2465a538fcb23e03b9736e142ab03
parent46feee7ce66c5b77746d464b2ecfcde698c636ca
buildman: Deal more 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. At present buildman dies with
an exception when using -s to check the build status. Fix this.

Seriesl-cc: trini

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py