From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6ZNL-0007eG-Tr for guix-patches@gnu.org; Fri, 05 May 2017 05:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6ZNF-0002fc-Rg for guix-patches@gnu.org; Fri, 05 May 2017 05:18:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57178) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6ZNF-0002fF-OO for guix-patches@gnu.org; Fri, 05 May 2017 05:18:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6ZNC-0003Eq-8D for guix-patches@gnu.org; Fri, 05 May 2017 05:18:02 -0400 Subject: bug#26777: [PATCH] guix: git: Add new module. Resent-Message-ID: References: <20170504144944.8635-1-m.othacehe@gmail.com> <87d1bohau0.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87d1bohau0.fsf@gnu.org> Date: Fri, 05 May 2017 11:17:52 +0200 Message-ID: <86inlf4q7z.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26777@debbugs.gnu.org Hi Ludo, > Very nice! Thanks :) > Could you send an updated patch? I just did. I stopped catching git-errors and used a with-throw-handler to make sure the directory mkdir-ed before cloning is removed if clone fails. And, unless I'm wrong the git-error should be re-raised. Mathieu