]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/GetMaintainer.py
BaseTools: add handling for 'S:' flag to GetMaintainer.py
authorLeif Lindholm <leif@nuviainc.com>
Wed, 29 Apr 2020 16:36:14 +0000 (00:36 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 8 May 2020 04:37:08 +0000 (04:37 +0000)
commitf355b986068a4d79caab6ec86471bcadf9a7ad47
tree9e0ac9628e3f97f34d66bea4af5e01465ff7daae
parent3a3713e62cfad00d78bb938b0d9fb1eedaeff314
BaseTools: add handling for 'S:' flag to GetMaintainer.py

GetMaintainer.py already extracts the value of any S: tags for sections,
but it doesn't do anything with that information.

Print a warning message, with the status, for each matching section with
a status explicitly set to anything other than 'Supported' or
'Maintained'.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/GetMaintainer.py