From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS098-0007ZN-7h for guix-patches@gnu.org; Mon, 03 Jul 2017 08:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS094-00005X-HR for guix-patches@gnu.org; Mon, 03 Jul 2017 08:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dS094-00005T-Dt for guix-patches@gnu.org; Mon, 03 Jul 2017 08:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dS094-0007X7-9F for guix-patches@gnu.org; Mon, 03 Jul 2017 08:08: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> Date: Mon, 03 Jul 2017 14:07:00 +0200 In-Reply-To: <20170701150043.14654-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sat, 1 Jul 2017 17:00:43 +0200") Message-ID: <87inj9pvvf.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 Hi Mathieu, Mathieu Othacehe skribis: > Here are two patches to remove useless/duplicated stuff from cuirass > and prepare (guix git) integration. Woohoo, glad to see progress on this front! > Mathieu Othacehe (2): > repo: remove git-repo. > utils: Remove useless procedures. FWIW, I prefer to bake patches in such a way that the repo is always usable at any given commit; doing that allows for bug hunting for =E2=80=98= git bisect=E2=80=99, among other things. If we applied these patches, we=E2=80= =99d be left with a dysfunctional Cuirass, IIUC. 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. Thanks, Ludo=E2=80=99.