From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5. Date: Thu, 09 Mar 2017 13:57:21 +0100 Message-ID: <87h932wqtq.fsf@gmail.com> References: <20170309125518.13991-1-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clxdH-0007Pn-D7 for guix-devel@gnu.org; Thu, 09 Mar 2017 07:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clxdE-00047o-A2 for guix-devel@gnu.org; Thu, 09 Mar 2017 07:57:27 -0500 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:33496) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clxdE-00047i-38 for guix-devel@gnu.org; Thu, 09 Mar 2017 07:57:24 -0500 Received: by mail-wm0-x243.google.com with SMTP id n11so10807812wma.0 for ; Thu, 09 Mar 2017 04:57:23 -0800 (PST) Received: from arch_pc ([46.218.109.88]) by smtp.gmail.com with ESMTPSA id s26sm8163523wra.66.2017.03.09.04.57.21 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 09 Mar 2017 04:57:21 -0800 (PST) In-reply-to: <20170309125518.13991-1-m.othacehe@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, The tuto I recently posted on guix-devel (https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00222.html), states that it is possible to pass multiple path in cuirass-service-type load-path field. It is true only if cuirass contains this commit : aebad5184ddf75cb6e34331f4fd6325d0221b5a6. So here's a patch to bump cuirass revision for people who want's to try out the tuto. Thanks, Mathieu Mathieu Othacehe writes: > * gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 5. > --- > 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 c25bc389c..ae91464a1 100644 > --- a/gnu/packages/ci.scm > +++ b/gnu/packages/ci.scm > @@ -187,8 +187,8 @@ their dependencies.") > (license l:gpl3+)))) > > (define-public cuirass > - (let ((commit "f695c79eb3b93a0432901844c8ede16de39b8d07") > - (revision "4")) > + (let ((commit "8c811abb3174b44601b8996a1fe1718f37d7bd14") > + (revision "5")) > (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 > - "1zsj3l85d8jq7h9a0zfb2w5pyvlwkirgvis4bv60syhbpblfvmri")))) > + "0kz2ys01xlmxagsfr9qf3p212vm31wfl76rvxa7ii5804aidlz5n")))) > (build-system gnu-build-system) > (arguments > '(#:phases