From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhNkN-0002LJ-Er for qemu-devel@nongnu.org; Tue, 06 Sep 2016 17:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhNkH-0000XD-J3 for qemu-devel@nongnu.org; Tue, 06 Sep 2016 17:17:34 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:57936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhNkH-0000WX-B4 for qemu-devel@nongnu.org; Tue, 06 Sep 2016 17:17:29 -0400 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u86K385c028520 for ; Tue, 6 Sep 2016 16:06:03 -0400 Received: from e06smtp09.uk.ibm.com (e06smtp09.uk.ibm.com [195.75.94.105]) by mx0a-001b2d01.pphosted.com with ESMTP id 25a097w8t0-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 06 Sep 2016 16:06:03 -0400 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 6 Sep 2016 21:05:58 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id EEFA717D8042 for ; Tue, 6 Sep 2016 21:07:48 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u86K5ujI9699802 for ; Tue, 6 Sep 2016 20:05:56 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u86K5ug3017367 for ; Tue, 6 Sep 2016 16:05:56 -0400 From: Sascha Silbe Date: Tue, 6 Sep 2016 22:05:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Message-Id: <1473192351-601-1-git-send-email-silbe@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/8] docker tests fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Fam Zheng A couple of fixes for issues encountered while trying out the new docker test support. v2=E2=86=92v3: - fix non-portable sort -V usage - send debootstrap.pre error messages to stderr - whitespace changes v1=E2=86=92v2: - found a good place to stick the warning about EXECUTABLE - additional fixes for the debian-debootstrap image 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 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 1.9.1