
2 Apr
2013
2 Apr
'13
2:03 a.m.
Simon,
On Tue, Mar 26, 2013 at 4:09 PM, Simon Glass sjg@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@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@chromium.org