[U-Boot] [PATCH v2 4/7] patman: Provide option to ignore bad aliases

Doug Anderson dianders at chromium.org
Tue Apr 2 02:03:16 CEST 2013


Simon,

On Tue, Mar 26, 2013 at 4:09 PM, Simon Glass <sjg at chromium.org> wrote:
> Often it happens that patches include tags which don't have aliases. It
> is annoying that patman fails in this case, and provides no option to
> continue other than adding empty tags to the .patman file.
>
> Correct this by adding a '-t' option to ignore tags that don't exist.
> Print a warning instead.
>
> Since running the tests is not a common operation, move this to --test
> instead, to reserve -t for this new option.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Add comment about meaning of raise_on_error=False
> - Remove 'ignore_errors' and just use 'raise_on_error' everywhere
> - Use keyword args for raise_on_error

Reviewed-by: Doug Anderson <dianders at chromium.org>


More information about the U-Boot mailing list