On Thu, 09/21 14:02, Eduardo Habkost wrote: > The subsystem name for the "Build test automation" section is > "-------------------------", because an actual subsystem name > line is missing: > > $ ./scripts/get_maintainer.pl -f tests/docker/docker.py > "Alex Bennée" <alex.ben...@linaro.org> (maintainer:-----------------...) > Fam Zheng <f...@redhat.com> (maintainer:-----------------...) > "Philippe Mathieu-Daudé" <f4...@amsat.org> (reviewer:-----------------...) > qemu-devel@nongnu.org (open list:-----------------...) > > Fix the issue by inserting a subsystem name line where > get_maintainer.pl expects it. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e511ba780f..13c1ac65b7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1896,6 +1896,7 @@ F: docs/block-replication.txt > > Build and test automation > ------------------------- > +Build and test automation > M: Alex Bennée <alex.ben...@linaro.org> > M: Fam Zheng <f...@redhat.com> > R: Philippe Mathieu-Daudé <f4...@amsat.org> > -- > 2.13.5 >
Queued, thanks. Fam