[edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script

2019-07-12 Thread Leif Lindholm
Add a new script GetMaintainer.py that uses the new Maintainer.txt format to determine which addresses to cc on patch submission. Signed-off-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude Tested-by: Philippe Mathieu-Daude --- BaseTools/Scripts/GetMaintainer.py | 190

Re: [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script

2019-07-12 Thread Laszlo Ersek
On 07/12/19 19:01, Leif Lindholm wrote: > Add a new script GetMaintainer.py that uses the new Maintainer.txt format > to determine which addresses to cc on patch submission. > > Signed-off-by: Leif Lindholm > Reviewed-by: Philippe Mathieu-Daude > Tested-by: Philippe Mathieu-Daude > --- > BaseT

Re: [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script

2019-07-13 Thread Leif Lindholm
On Sat, Jul 13, 2019 at 12:58:18AM +0200, Laszlo Ersek wrote: > On 07/12/19 19:01, Leif Lindholm wrote: > > Add a new script GetMaintainer.py that uses the new Maintainer.txt format > > to determine which addresses to cc on patch submission. > > > > Signed-off-by: Leif Lindholm > > Reviewed-by: P

Re: [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script

2019-07-15 Thread Laszlo Ersek
On 07/13/19 12:41, Leif Lindholm wrote: > On Sat, Jul 13, 2019 at 12:58:18AM +0200, Laszlo Ersek wrote: >> On 07/12/19 19:01, Leif Lindholm wrote: >>> Add a new script GetMaintainer.py that uses the new Maintainer.txt format >>> to determine which addresses to cc on patch submission. >>> >>> Signed