From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvIgd-0008M3-LC for qemu-devel@nongnu.org; Fri, 22 Sep 2017 03:47:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvIgc-00014i-OD for qemu-devel@nongnu.org; Fri, 22 Sep 2017 03:47:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dvIgc-00014J-IC for qemu-devel@nongnu.org; Fri, 22 Sep 2017 03:47:46 -0400 From: Fam Zheng Date: Fri, 22 Sep 2017 15:46:45 +0800 Message-Id: <20170922074659.30097-23-famz@redhat.com> In-Reply-To: <20170922074659.30097-1-famz@redhat.com> References: <20170922074659.30097-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 22/36] MAINTAINERS: Fix subsystem name for "Build and test automation" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell From: Eduardo Habkost 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=C3=A9e" (maintainer:---------------= --...) Fam Zheng (maintainer:-----------------...) "Philippe Mathieu-Daud=C3=A9" (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 Message-Id: <20170921170209.9101-1-ehabkost@redhat.com> Signed-off-by: Fam Zheng --- 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 =20 Build and test automation ------------------------- +Build and test automation M: Alex Benn=C3=A9e M: Fam Zheng R: Philippe Mathieu-Daud=C3=A9 --=20 2.13.5