[PATCH] patman: add '--get-maintainer-script' argument
Maxim Cournoyer
maxim.cournoyer at gmail.com
Tue Dec 20 06:29:19 CET 2022
Hi Simon,
Simon Glass <sjg at chromium.org> writes:
> 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?
Done in the v2 just sent!
Thanks for the reviewing work!
--
Maxim
More information about the U-Boot
mailing list