From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7gcs-0001lN-16 for qemu-devel@nongnu.org; Mon, 08 May 2017 07:14:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7gco-0004gl-Sd for qemu-devel@nongnu.org; Mon, 08 May 2017 07:14:50 -0400 Received: from mail-wr0-x235.google.com ([2a00:1450:400c:c0c::235]:36454) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7gco-0004fO-Mt for qemu-devel@nongnu.org; Mon, 08 May 2017 07:14:46 -0400 Received: by mail-wr0-x235.google.com with SMTP id l50so40658400wrc.3 for ; Mon, 08 May 2017 04:14:46 -0700 (PDT) References: <20170508045715.21770-1-f4bug@amsat.org> <20170508045715.21770-17-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170508045715.21770-17-f4bug@amsat.org> Date: Mon, 08 May 2017 12:15:29 +0100 Message-ID: <871srza9bi.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 16/23] shippable: do not initialize submodules automatically List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: qemu-devel@nongnu.org, Fam Zheng Philippe Mathieu-Daudé writes: > do it in the 'ci' target when needed. > > Signed-off-by: Philippe Mathieu-Daudé > --- > .shippable.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.shippable.yml b/.shippable.yml > index fa2d6a4e9b..b3cbca458c 100644 > --- a/.shippable.yml > +++ b/.shippable.yml > @@ -1,4 +1,6 @@ > language: c > +git: > + submodules: false > env: > global: > - LC_ALL=C Maybe this should be merged with the next patch? -- Alex Bennée