From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYThi-0000Of-9n for qemu-devel@nongnu.org; Wed, 24 Feb 2016 02:17:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYThf-00009C-13 for qemu-devel@nongnu.org; Wed, 24 Feb 2016 02:17:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYThe-000098-Rs for qemu-devel@nongnu.org; Wed, 24 Feb 2016 02:17:42 -0500 Date: Wed, 24 Feb 2016 15:17:36 +0800 From: Fam Zheng Message-ID: <20160224071736.GA28655@ad.usersys.redhat.com> References: <1455626399-7111-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1455626399-7111-1-git-send-email-famz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Alex =?iso-8859-1?Q?Benn=E9e?= Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au On Tue, 02/16 20:39, Fam Zheng wrote: > v2: - Fix a few coding style warnings of shellcheck and pylint. > [Marc-Andr=E9 Lureau] > - Rename make targets: > docker-run =3D> docker-test > docker-build =3D> docker-image > docker-run-$TEST.sh@$IMAGE =3D> docker-$TEST@$IMAGE > - In help, document the magic makefile vars which are > "IMAGES=3D", "TESTS=3D", "J=3D" and "PAUSE=3D" > - Rename test-basic =3D> test-quick > - Move docker files to tests/docker/dockerfiles/ > - Add "test-full" that builds all targets > - Workaround broken clang for fedora 23 > - Add commit log for .gitignore changes [Alex] > - Add "rev-by" in patch 13. [Alex] > - Add patch 14 to make debugging easier [Alex] > - Adopt Alex's "git archive" idea Alex, any comments on this? Fam