From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAgtW-00067j-KJ for guix-patches@gnu.org; Sat, 07 Mar 2020 16:22:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAgtV-0008U2-PQ for guix-patches@gnu.org; Sat, 07 Mar 2020 16:22:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41702) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAgtV-0008Tk-ME for guix-patches@gnu.org; Sat, 07 Mar 2020 16:22:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAgtV-0001OG-JM for guix-patches@gnu.org; Sat, 07 Mar 2020 16:22:01 -0500 Subject: [bug#39866] [PATCH] services: cuirass: Allow passing extra command line options. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200302080233.28953-1-mail@cbaines.net> Date: Sat, 07 Mar 2020 22:21:23 +0100 In-Reply-To: <20200302080233.28953-1-mail@cbaines.net> (Christopher Baines's message of "Mon, 2 Mar 2020 08:02:33 +0000") Message-ID: <87d09neu98.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 39866@debbugs.gnu.org Christopher Baines skribis: > This is so that the options supported by the service configuration don't have > to always be changed. Generally though all options should be explicitly > supported and documented, so this is mostly to facilitate experimentation. > > * gnu/services/cuirass.scm (): Add an extra-options > field. > (cuirass-shepherd-service): Pass the extra options to the shepherd servvices. > * doc/guix.texi (Continuous Integration): Document it. LGTM too!