[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: services: shepherd: Default to 1.0.
From: |
guix-commits |
Subject: |
03/08: services: shepherd: Default to 1.0. |
Date: |
Mon, 9 Dec 2024 17:18:11 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 2a5c003c532901b6dec7d5947816939534a284d9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 9 22:49:35 2024 +0100
services: shepherd: Default to 1.0.
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]:
Default to SHEPHERD-1.0.
* gnu/system/hurd.scm (%base-packages/hurd): Change to SHEPHERD-1.0.
Change-Id: I7b0c3041d61a6f5d89c9d6d3caf7a8eedf5d8ca5
---
gnu/services/shepherd.scm | 2 +-
gnu/system/hurd.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm
index 05534ab317..d5c3ae77e8 100644
--- a/gnu/services/shepherd.scm
+++ b/gnu/services/shepherd.scm
@@ -95,7 +95,7 @@
shepherd-configuration make-shepherd-configuration
shepherd-configuration?
(shepherd shepherd-configuration-shepherd
- (default shepherd-0.10)) ; file-like
+ (default shepherd-1.0)) ;file-like
(services shepherd-configuration-services
(default '()))) ; list of <shepherd-service>
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 6263d3de71..c9df366f24 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -83,7 +83,7 @@
;; Note: the Shepherd comes before the Hurd, not just because its duty is to
;; shepherd the herd, but also because we want its 'halt' and 'reboot'
;; commands to take precedence.
- (list shepherd-0.10 hurd netdde bash coreutils file findutils grep sed
+ (list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed
diffutils patch gawk tar gzip bzip2 xz lzip
guile-3.0-latest guile-colorized guile-readline
net-base nss-certs inetutils less procps shadow sudo which
- branch master updated (51ee3a7278 -> dcaccc8b72), guix-commits, 2024/12/09
- 05/08: home: services: shepherd: Default to 1.0., guix-commits, 2024/12/09
- 04/08: services: shepherd: Remove ‘call-with-{input,output}-file’ replacements., guix-commits, 2024/12/09
- 02/08: gnu: shepherd: Add 1.0.0., guix-commits, 2024/12/09
- 03/08: services: shepherd: Default to 1.0.,
guix-commits <=
- 06/08: gnu: units: Update to 2.24., guix-commits, 2024/12/09
- 01/08: tests: Adjust for new return value of ‘start-service’., guix-commits, 2024/12/09
- 08/08: daemon: Fix linking gcrypt when --as-needed linker arg is used, guix-commits, 2024/12/09
- 07/08: services: admin: Improve use of unattended-upgrade reboot? field., guix-commits, 2024/12/09