From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTOOM-0000bd-VO for guix-patches@gnu.org; Thu, 14 Jun 2018 05:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTOOI-0001lO-9j for guix-patches@gnu.org; Thu, 14 Jun 2018 05:18:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTOOI-0001lG-54 for guix-patches@gnu.org; Thu, 14 Jun 2018 05:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTOOH-0002A7-VA for guix-patches@gnu.org; Thu, 14 Jun 2018 05:18:01 -0400 Subject: bug#31755: [PATCH 00/19] Use (guix store database) instead of 'guix-register' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180608093042.23594-1-ludo@gnu.org> Date: Thu, 14 Jun 2018 11:17:41 +0200 In-Reply-To: <20180608093042.23594-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Fri, 8 Jun 2018 11:30:42 +0200") Message-ID: <87in6l20cq.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: 31755-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > This not-so-interesting patch series refactors a whole bunch of things so > that, in the end, we can use the =E2=80=9Cnew=E2=80=9D (guix store databa= se) instead of the > C++ =E2=80=98guix-register=E2=80=99. It turned out to be more involved t= hat I thought. :-) > > A practical consequence of this is that guile-sqlite3 becomes a requireme= nt. > It would be nice if someone (maybe Danny?) could take care of tagging > guile-sqlite3 and making releases as needed. Merged! Ludo=E2=80=99.