From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duLnf-00077q-29 for guix-patches@gnu.org; Tue, 19 Sep 2017 12:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duLnb-00039Q-2C for guix-patches@gnu.org; Tue, 19 Sep 2017 12:55:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39830) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duLna-000397-Uu for guix-patches@gnu.org; Tue, 19 Sep 2017 12:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1duLna-0007ER-IS for guix-patches@gnu.org; Tue, 19 Sep 2017 12:55:02 -0400 Subject: [bug#28504] [PATCH] cuirass: Add --listen command line option. Resent-Message-ID: From: Jan Nieuwenhuizen References: <20170918200207.28095-1-janneke@gnu.org> <87shfj56wc.fsf@gnu.org> <87shfi1z7j.fsf@gnu.org> <864lrymylm.fsf@gmail.com> Date: Tue, 19 Sep 2017 18:53:33 +0200 In-Reply-To: <864lrymylm.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 19 Sep 2017 18:39:49 +0200") Message-ID: <87o9q61vg2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 28504@debbugs.gnu.org --=-=-= Content-Type: text/plain Mathieu Othacehe writes: Hi Mathieu, >> * gnu/services/cuirass.scm (): Add host option. >> (cuirass-shepherd-service): Pass host option. >> * doc/guix.texi (Continuous Integration): Document it. > > This looks good to me ! Thanks! I was just thinking: to make this work we need cuirass master, so I should probably add the attached cuirass update first? janneke --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-cuirass-Update-development-snapshot.patch Content-Transfer-Encoding: quoted-printable >From 5d65ecb0d6c240ef25b643da6f2b9d6d87ca474f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 19 Sep 2017 18:51:06 +0200 Subject: [PATCH] gnu: cuirass: Update development snapshot. * gnu/packages/ci.scm (cuirass): Update to commit 87ad259. --- gnu/packages/ci.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 78d6e9514..a6057a76e 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -187,8 +187,8 @@ their dependencies.") (license l:gpl3+)))) =20 (define-public cuirass - (let ((commit "87ad259dba7de38b6e3ab954cd7b2f655358d877") - (revision "8")) + (let ((commit "2a4d493e28100b8eca7d23300dd872c9f99e1f16") + (revision "9")) (package (name "cuirass") (version (string-append "0.0.1-" revision "." (string-take commit 7)= )) @@ -200,7 +200,7 @@ their dependencies.") (file-name (string-append name "-" version)) (sha256 (base32 - "127pvbxbh6b6ar43cdgia9qpzzpldq4wm3igsxb1ycxfsdqnjrnz"))= )) + "0hi7x25ya8wydrfj9jd9zb351mw8pgxxxwgxxdn5kds7qvhxr26v"))= )) (build-system gnu-build-system) (arguments '(#:modules ((guix build utils) --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-=--