From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX2F9-0007hj-DZ for guix-patches@gnu.org; Mon, 17 Jul 2017 05:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX2F4-0008Bf-Fm for guix-patches@gnu.org; Mon, 17 Jul 2017 05:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX2F4-0008Bb-Bj for guix-patches@gnu.org; Mon, 17 Jul 2017 05:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dX2F4-00055O-6U for guix-patches@gnu.org; Mon, 17 Jul 2017 05:23:02 -0400 Subject: [bug#27679] [PATCH] services: cuirass: Add fallback parameter. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170713093724.10015-1-m.othacehe@gmail.com> Date: Mon, 17 Jul 2017 11:21:57 +0200 In-Reply-To: <20170713093724.10015-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 13 Jul 2017 11:37:24 +0200") Message-ID: <87lgnnctai.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: 27679@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/services/cuirass.scm ()[fallback?]: New fiel= d. > (cuirass-shepherd-service): Take it into account. I=E2=80=99m afraid you=E2=80=99ll have to update guix.texi ;-), but otherwi= se LGTM! Thanks, Ludo=E2=80=99.