From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bccxZ-0007qO-MS for qemu-devel@nongnu.org; Wed, 24 Aug 2016 14:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bccxR-0002Zz-8P for qemu-devel@nongnu.org; Wed, 24 Aug 2016 14:31:33 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bccxR-0002ZX-01 for qemu-devel@nongnu.org; Wed, 24 Aug 2016 14:31:25 -0400 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7OIStgp092729 for ; Wed, 24 Aug 2016 14:31:24 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0a-001b2d01.pphosted.com with ESMTP id 250q1ngtcw-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 24 Aug 2016 14:31:23 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Aug 2016 19:31:21 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id D74F72190023 for ; Wed, 24 Aug 2016 19:30:41 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u7OIVIrp9896332 for ; Wed, 24 Aug 2016 18:31:18 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u7OIVHxS014055 for ; Wed, 24 Aug 2016 12:31:18 -0600 From: Sascha Silbe Date: Wed, 24 Aug 2016 20:30:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Message-Id: <1472063464-790-1-git-send-email-silbe@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/7] docker tests fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Fam Zheng Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= A couple of fixes for issues encountered while trying out the new docker test support. As of v2 building the debian-debootstrap image now works on my laptop, too. Thanks for the docker test support, BTW. The centos6 test came in rather handy today for testing the glib < 2.30 compatibility code. v1=E2=86=92v2: - found a good place to stick the warning about EXECUTABLE - additional fixes for the debian-debootstrap image Sascha Silbe (7): docker.py: don't hang on large docker output docker: avoid dependency on 'realpath' package 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 | 23 +++++++++++++++++++++= ++ 3 files changed, 35 insertions(+), 5 deletions(-) --=20 1.9.1