guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Add Cuirass spec for the Shepher


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Add Cuirass spec for the Shepherd.
Date: Tue, 09 May 2023 08:39:14 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new fbbb7ac  hydra: services: Add Cuirass spec for the Shepherd.
fbbb7ac is described below

commit fbbb7ac1e77a4e1499d596c3d8e16c79dd46f38e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue May 9 14:37:44 2023 +0200

    hydra: services: Add Cuirass spec for the Shepherd.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add 'shepherd' spec.
---
 hydra/modules/sysadmin/services.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 38d19bd..d5899da 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -391,6 +391,23 @@ collection instead."
               (branch "main"))
              %default-guix-channel))
       (priority 5)
+      (systems '#$systems))
+
+     (specification
+      (name 'shepherd)
+      (build '(manifests "build-aux/manifest.scm"))
+      (channels
+       (list (channel
+              (name 'shepherd)
+              (url "https://git.savannah.gnu.org/git/shepherd.git";)
+              (branch "shepherd")
+              (introduction
+               (make-channel-introduction
+                "788a6d6f1d5c170db68aa4bbfb77024fdc468ed3"
+                (openpgp-fingerprint
+                 "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"))))
+             %default-guix-channel))
+      (priority 5)
       (systems '#$systems))))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]