From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS290-0002Pk-FU for guix-patches@gnu.org; Mon, 03 Jul 2017 10:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS28w-0004bz-HY for guix-patches@gnu.org; Mon, 03 Jul 2017 10:16:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dS28w-0004bp-Dh for guix-patches@gnu.org; Mon, 03 Jul 2017 10:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dS28w-00051j-1y for guix-patches@gnu.org; Mon, 03 Jul 2017 10:16:02 -0400 Subject: [bug#27550] [PATCH 0/2] cuirass: Prepare (guix git) integration. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170701150043.14654-1-m.othacehe@gmail.com> <87inj9pvvf.fsf@gnu.org> <868tk5ogwe.fsf@gmail.com> Date: Mon, 03 Jul 2017 16:14:48 +0200 In-Reply-To: <868tk5ogwe.fsf@gmail.com> (Mathieu Othacehe's message of "Mon, 03 Jul 2017 14:15:45 +0200") Message-ID: <87eftxppyf.fsf@gnu.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: Mathieu Othacehe Cc: 27550@debbugs.gnu.org Mathieu Othacehe skribis: >> What about instead coming up with a single patch that replaces >> =E2=80=98git-repo=E2=80=99 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. Oh sorry, I thought it was relied on. In that case you can go ahead with this patch; likewise for the second patch if all these procedures are already unused. Ludo=E2=80=99.