Re: [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS

2017-07-28 Thread Eric Blake
On 07/28/2017 12:36 AM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/check_maintainer.sh | 21 + > 1 file changed, 21 insertions(+) > create mode 100755 scripts/check_maintainer.sh > > +echo "Incorrect MAINTAINERS paths:" 1>&2 > +egr

Re: [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS

2017-07-28 Thread Eric Blake
On 07/28/2017 11:26 AM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> +# This script checks MAINTAINERS consistency > > Consistency? I think you mean coverage. Indeed - consistency implies even more, such as all email addresses

Re: [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS

2017-07-28 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/check_maintainer.sh | 21 + > 1 file changed, 21 insertions(+) > create mode 100755 scripts/check_maintainer.sh > > diff --git a/scripts/check_maintainer.sh b/scripts/check_maintainer.sh

[Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS

2017-07-27 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- scripts/check_maintainer.sh | 21 + 1 file changed, 21 insertions(+) create mode 100755 scripts/check_maintainer.sh diff --git a/scripts/check_maintainer.sh b/scripts/check_maintainer.sh new file mode 100755 index 00..074a6ac