patman: Convert 'Series-xxx' tag errors into warnings
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:25 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commitdffa42c3ef98a8f9bc26a221cdfc3fcfb9f0fa40
treeba5b3d635f1f729fa4da83df43289153bbf8bb75
parent313ef5f897f15bc7ec2ca8054f4e4871a2f6be93
patman: Convert 'Series-xxx' tag errors into warnings

If the Series-xxx tag is not recognised patman currently reports a fatal
error. This is inconvenient if a new feature is later added to patman that
an earlier version does not support.

Report a warning instead, to allow the user to take action if needed, but
still allow operation to proceed.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patchstream.py
tools/patman/series.py