From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXItl-0001iG-Io for qemu-devel@nongnu.org; Tue, 09 Aug 2016 22:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXIth-0001iv-CG for qemu-devel@nongnu.org; Tue, 09 Aug 2016 22:05:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXIth-0001in-5w for qemu-devel@nongnu.org; Tue, 09 Aug 2016 22:05:33 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9AEC3C057FA9 for ; Wed, 10 Aug 2016 02:05:31 +0000 (UTC) Date: Wed, 10 Aug 2016 09:58:29 +0800 From: Fam Zheng Message-ID: <20160810015829.GE11351@al.usersys.redhat.com> References: <1470756748-18933-1-git-send-email-berrange@redhat.com> <20160809170333.131781.95394@ex-std-node742.prod.rhcloud.com> <20160809171151.GO1530@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160809171151.GO1530@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.8 v1 00/60] Modular build of trace event files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Tue, 08/09 18:11, Daniel P. Berrange wrote: > so we don't have to go digging into the docker test systemm to > try and reverse engineer this info Actually, digging this info is pretty easy if you already use docker test locally (if you don't, may I ask why?). Just append DEBUG=1 and you can mess with things in the building env. Something like this $ make docker-test-quick@centos6 DEBUG=1 Then you'll be dropped in the shell that is all set up to run the build command. Fam