From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtFjH-0000XU-3e for guix-patches@gnu.org; Sat, 16 Sep 2017 12:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtFjG-0008B2-3d for guix-patches@gnu.org; Sat, 16 Sep 2017 12:14:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtFjG-0008Au-0Y for guix-patches@gnu.org; Sat, 16 Sep 2017 12:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dtFjF-00067B-Ra for guix-patches@gnu.org; Sat, 16 Sep 2017 12:14:01 -0400 Subject: bug#28452: [PATCH 0/6] On-line doc and search for services Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170913211756.4843-1-ludo@gnu.org> <20170914083734.03ff8661@cbaines.net> Date: Sat, 16 Sep 2017 18:13:07 +0200 In-Reply-To: <20170914083734.03ff8661@cbaines.net> (Christopher Baines's message of "Thu, 14 Sep 2017 08:37:34 +0100") Message-ID: <87efr6k4fg.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: Christopher Baines Cc: 28452-done@debbugs.gnu.org Hi Chris, Christopher Baines skribis: > On Wed, 13 Sep 2017 23:17:56 +0200 > Ludovic Court=C3=A8s wrote: > >> Hello! >>=20 >> This patch series adds a new =E2=80=98guix system search=E2=80=99 comman= d to search >> through the available services types: [...] > This looks awesome Ludo :) I've tried it out locally, and it works > well. Obviously it will work a lot better when more services have > descriptions, but this is a great start. > > I've also had a look through the patches, and they all look good to me. Thanks for your feedback! I=E2=80=99ve pushed it now. Note that this changes the ABI, so you=E2=80=99ll need at least: rm gnu/*.go gnu/services/*.go gnu/system/*.go && make Ludo=E2=80=99.