]> git.baikalelectronics.ru Git - uboot.git/commit
patman: add '--get-maintainer-script' argument
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 20 Dec 2022 05:28:46 +0000 (00:28 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commitedf2a6a1b54b058ca1a1babf58c178c77942fc3c
tree8da4e3ae1228a1d8c4de3665121d47d5eebdfd4e
parent225c5d109b35b1f0e0692c351bae18217c5940dd
patman: add '--get-maintainer-script' argument

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.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
tools/patman/__main__.py
tools/patman/control.py
tools/patman/func_test.py
tools/patman/get_maintainer.py
tools/patman/gitutil.py
tools/patman/patman.rst
tools/patman/series.py