From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS0Gs-0002aS-JY for guix-patches@gnu.org; Mon, 03 Jul 2017 08:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS0Go-00043f-NQ for guix-patches@gnu.org; Mon, 03 Jul 2017 08:16:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dS0Go-00043R-JB for guix-patches@gnu.org; Mon, 03 Jul 2017 08:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dS0Go-0007i2-EB for guix-patches@gnu.org; Mon, 03 Jul 2017 08:16:02 -0400 Subject: [bug#27550] [PATCH 0/2] cuirass: Prepare (guix git) integration. Resent-Message-ID: References: <20170701150043.14654-1-m.othacehe@gmail.com> <87inj9pvvf.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87inj9pvvf.fsf@gnu.org> Date: Mon, 03 Jul 2017 14:15:45 +0200 Message-ID: <868tk5ogwe.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 27550@debbugs.gnu.org Hi Ludo, > What about instead coming up with a single patch that replaces > ‘git-repo’ with its Guile-Git counterpart? The removal of unused > procedures can come separately, or along with this patch. I got your point but unless I'm wrong git-repo is not used in cuirass. So removing it does not have any functional impact on Cuirass. Anyway the (guix git) binding is almost ready, I'll send a patch soon. Thanks, Mathieu