Re: [U-Boot] [PATCH] buildman: Deal more nicely with invalid build-status file

2019-05-22 Thread Simon Glass
On Fri, 26 Apr 2019 at 19:02, Simon Glass wrote: > > 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 > >

[U-Boot] [PATCH] buildman: Deal more nicely with invalid build-status file

2019-04-26 Thread Simon Glass
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 --- tools/buildman/builder.py | 7