From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFO9h-0006GU-Ro for guix-patches@gnu.org; Sun, 06 May 2018 14:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFO9e-0005pS-Lw for guix-patches@gnu.org; Sun, 06 May 2018 14:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFO9e-0005pJ-I0 for guix-patches@gnu.org; Sun, 06 May 2018 14:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFO9e-0002S8-9D for guix-patches@gnu.org; Sun, 06 May 2018 14:13:02 -0400 Subject: [bug#31333] [PATCH 02/22] gnu: Add groovy-bootstrap. Resent-Message-ID: Date: Sun, 6 May 2018 20:12:10 +0200 From: Julien Lepiller Message-ID: <20180506201205.68399977@lepiller.eu> In-Reply-To: <20180506194802.0ea9802e@scratchpost.org> References: <20180501174136.1c411b1a@lepiller.eu> <20180501154449.3531-1-julien@lepiller.eu> <20180501154449.3531-2-julien@lepiller.eu> <20180506194802.0ea9802e@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31333@debbugs.gnu.org Le Sun, 6 May 2018 19:48:02 +0200, Danny Milosavljevic a =C3=A9crit : > Hi Julien, Hi Danny, thank you for your review! >=20 >=20 > Hmm, is ignoring the exit status intentional? no it's not. But reading my patch again, I think I'll use invoke instead of system*, so the exit status will not be ignored (it applies to others patches too). So if you intend to review other patches, please ignore this issue.