From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ469-0001by-Oe for guix-patches@gnu.org; Thu, 08 Jun 2017 16:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ466-0005da-Kr for guix-patches@gnu.org; Thu, 08 Jun 2017 16:32:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJ466-0005dQ-I1 for guix-patches@gnu.org; Thu, 08 Jun 2017 16:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJ466-0003FY-A9 for guix-patches@gnu.org; Thu, 08 Jun 2017 16:32:02 -0400 Subject: bug#27291: [PATCH 0/2] Provide a Schemey interface to the Rottlog service Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ45w-0001bc-CW for guix-patches@gnu.org; Thu, 08 Jun 2017 16:31:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ45v-0005aj-Ji for guix-patches@gnu.org; Thu, 08 Jun 2017 16:31:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Thu, 8 Jun 2017 22:31:34 +0200 Message-Id: <20170608203134.20079-1-ludo@gnu.org> 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: 27291@debbugs.gnu.org Hello! This patch series changes the interface to the rottlog service, providing a more Schemey interface. It changes the API in an incompatible way though, so I’m posting here for review. If there are no objections, I’d like to commit it within a couple of days. Ludo’. Ludovic Courtès (2): services: rottlog: Define objects. services: rottlog: Make extensible. doc/guix.texi | 61 ++++++++++++++++++-------- gnu/services/admin.scm | 116 ++++++++++++++++++++++++++++++++++++------------- 2 files changed, 127 insertions(+), 50 deletions(-) -- 2.13.0