From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Shepherd release! Date: Fri, 16 Mar 2018 13:44:37 +0100 Message-ID: <87zi38w5oq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewoiy-0005lX-6F for guix-devel@gnu.org; Fri, 16 Mar 2018 08:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewoiv-00006Y-3C for guix-devel@gnu.org; Fri, 16 Mar 2018 08:44:44 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41778) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ewoiu-00005t-Sq for guix-devel@gnu.org; Fri, 16 Mar 2018 08:44:41 -0400 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 Cc: Carlo Zancanaro --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Guix! I=E2=80=99d like to release the Shepherd 0.3.3 within a couple of days if t= here are no objections. I=E2=80=99ll take a look at the remaining non-deterministic test failures described at but I=E2=80=99d appreciate it if people could give a hand by reproducing them and posting test-suite.log. During development I never hit these. :-/ For the record, it can be tested on GuixSD by running =E2=80=9Cmake dist=E2= =80=9D in the Shepherd and then applying a patch like this in Guix: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ad31bc498..04cb69e1b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -47,6 +47,7 @@ #:use-module (guix build-system perl) #:use-module (guix build-system python) #:use-module (guix build-system trivial) + #:use-module (guix gexp) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages check) @@ -159,16 +160,8 @@ and provides a \"top-like\" mode (monitoring).") (define-public shepherd (package (name "shepherd") - (version "0.3.2") - (source (origin - (method url-fetch) - (uri (string-append "ftp://alpha.gnu.org/gnu/dmd/shepherd-" - version ".tar.gz")) - (sha256 - (base32 - "174q1qg7yg6w1hfvlfv720hr6hid4h5xzw15y3ycfpspllzldhcb")) - (patches (search-patches "shepherd-close-fds.patch" - "shepherd-herd-status-sorted.patch")))) + (version "0.3.3") + (source (local-file "/data/src/shepherd/shepherd-0.3.2.tar.gz")) (build-system gnu-build-system) (arguments '(#:configure-flags '("--localstatedir=/var"))) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 DQpGcm9tIHRoZXJlIHlvdSBjYW4gcnVuIOKAnG1ha2UgY2hlY2stc3lzdGVt4oCdIG9yIOKAmGd1 aXggc3lzdGVtIHZt4oCZLg0KDQpMdWRv4oCZLg0K --=-=-=--