[PATCH] patman: add '--get-maintainer-script' argument

Simon Glass sjg at chromium.org
Tue Dec 20 01:49:11 CET 2022


Hi Maxim,

On Mon, 19 Dec 2022 at 15:12, Maxim Cournoyer <maxim.cournoyer at gmail.com> wrote:
>
> This makes it possible to configure a project to use some other
> location or script than the default scripts/get_maintainer.pl one
> used in the U-Boot and Linux projects. It can be configured via a
> .patman configuration file and accepts arguments, as documented.
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer at savoirfairelinux.com>
> ---
>
>  tools/patman/__main__.py       |  7 +++++
>  tools/patman/control.py        | 12 ++++---
>  tools/patman/func_test.py      |  4 ++-
>  tools/patman/get_maintainer.py | 57 +++++++++++++++++++++-------------
>  tools/patman/gitutil.py        |  3 +-
>  tools/patman/patman.rst        | 30 +++++++++++++-----
>  tools/patman/series.py         |  9 ++++--
>  7 files changed, 83 insertions(+), 39 deletions(-)

Can you do a little test update for this?

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list