[PATCH v2 2/2] patman: Quieten down the alias checking
Simon Glass
sjg at chromium.org
Tue Mar 16 06:58:27 CET 2021
When a tag is used in a patch subject (e.g. "tag: rest of message") and
it cannot be found as an alias, patman currently reports a fatal error,
unless -t is provided, in which case it reports a warning.
Experience suggest that the fatal error is not very useful. Instead,
default to reporting a warning, with -t tell patman to ignore it
altogether.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Ignore bad tags when not processing them
tools/patman/func_test.py | 2 +-
tools/patman/gitutil.py | 45 +++++++++++++++++----------------------
tools/patman/main.py | 6 +++++-
tools/patman/series.py | 10 ++++-----
4 files changed, 31 insertions(+), 32 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list