From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRZpd-0008K2-IQ for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:25:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRZpa-0001Dg-Cg for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:25:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRZpa-0001DT-7X for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:25:22 -0500 Date: Fri, 5 Feb 2016 14:25:17 +0800 From: Fam Zheng Message-ID: <20160205062517.GI5187@ad.usersys.redhat.com> References: <1454605920-12791-1-git-send-email-alex.bennee@linaro.org> <1454605920-12791-7-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1454605920-12791-7-git-send-email-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 6/6] MAINTAINERS: Add .travis.yml List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Thu, 02/04 17:12, Alex Benn=E9e wrote: > Signed-off-by: Alex Benn=E9e > Reviewed-by: David Gibson >=20 > --- > pr: added r-b tags > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index b6ed87a..426a735 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1566,6 +1566,11 @@ L: qemu-block@nongnu.org > S: Supported > F: tests/image-fuzzer/ > =20 > +Build and test automation > +M: Alex Benn=E9e > +L: qemu-devel@nongnu.org > +S: Supported > +F: .travis.yml Judging from the formatting, this section seems to fall in the "Block dri= vers" category in the front. Maybe add a "---" line below the caption text, Build and test automation ------------------------- M: ... ? Can be a separate patch, though. Fam