[U-Boot] [PATCH] buildman: Add -F flag to retry failed builds

Simon Glass sjg at chromium.org
Sat Jul 26 17:18:12 CEST 2014


On 13 July 2014 19:46, Simon Glass <sjg at chromium.org> wrote:
> Generally a build failure with a particular commit cannot be fixed except
> by changing that commit. Changing the commit will automatically cause
> buildman to retry when you run it again: buildman sees that the commit
> hash is different and that it has no previous build result for the new
> commit hash.
>
> However sometimes the build failure is due to a toolchain issue or some
> other environment problem. In that case, retrying failed builds may yield
> a different result.
>
> Add a flag to retry failed builds. This differs from the force rebuild
> flag (-f) in that it will not rebuild commits which are already marked as
> succeeded.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Applied to dm/master.

(I intended to bring this through a separate branch, but it snuck in)


More information about the U-Boot mailing list