From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhf4-0000g1-NC for qemu-devel@nongnu.org; Mon, 09 May 2016 05:39:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azhf3-0000cG-PI for qemu-devel@nongnu.org; Mon, 09 May 2016 05:39:34 -0400 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:35236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhf3-0000cB-Ie for qemu-devel@nongnu.org; Mon, 09 May 2016 05:39:33 -0400 Received: by mail-lf0-x241.google.com with SMTP id u64so20537561lff.2 for ; Mon, 09 May 2016 02:39:33 -0700 (PDT) Sender: Paolo Bonzini References: <1460147350-7601-1-git-send-email-pbonzini@redhat.com> <1460147350-7601-2-git-send-email-pbonzini@redhat.com> <87bn54uknw.fsf@linaro.org> From: Paolo Bonzini Message-ID: <57305AE0.5030807@redhat.com> Date: Mon, 9 May 2016 11:39:44 +0200 MIME-Version: 1.0 In-Reply-To: <87bn54uknw.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 01/50] scripts: add script to build QEMU and analyze inclusions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: qemu-devel@nongnu.org On 20/04/2016 21:47, Alex Bennée wrote: > OK the script directory is inconsistent but if we want to use it for > automated testing it should be executable in the checkout. This is not a testing script, it's just for analysis. Paolo