From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhxy7-0005Ka-CI for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhxy1-0003Or-T3 for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:58:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhxy1-0003Ol-Ni for qemu-devel@nongnu.org; Thu, 08 Sep 2016 07:58:05 -0400 Date: Thu, 8 Sep 2016 19:58:03 +0800 From: Fam Zheng Message-ID: <20160908115803.GA19102@lemon> References: <1473192351-601-1-git-send-email-silbe@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1473192351-601-1-git-send-email-silbe@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/8] docker tests fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sascha Silbe Cc: qemu-devel@nongnu.org On Tue, 09/06 22:05, Sascha Silbe wrote: > A couple of fixes for issues encountered while trying out the new > docker test support. >=20 > v2=E2=86=92v3: > - fix non-portable sort -V usage > - send debootstrap.pre error messages to stderr > - whitespace changes >=20 > v1=E2=86=92v2: > - found a good place to stick the warning about EXECUTABLE > - additional fixes for the debian-debootstrap image >=20 > Sascha Silbe (8): > docker.py: don't hang on large docker output > docker: avoid dependency on 'realpath' package > docker: debian-bootstrap.pre: print error messages to stderr > docker: debian-bootstrap.pre: print helpful message if > DEB_ARCH/DEB_TYPE unset > docker: print warning if EXECUTABLE is not set when building > debootstrap image > docker: make sure debootstrap is at least 1.0.67 > docker: build debootstrap after cloning > docker: silence debootstrap when --quiet is given >=20 > tests/docker/Makefile.include | 5 ++++- > tests/docker/docker.py | 12 ++++++---- > tests/docker/dockerfiles/debian-bootstrap.pre | 32 +++++++++++++++++++= ++++---- > 3 files changed, 40 insertions(+), 9 deletions(-) >=20 > --=20 > 1.9.1 >=20 Thanks. Fixed the 'sort -C' portability issue and applied to my docker br= anch: http://github.com/famz/qemu/tree/docker Fam