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 mumi.


From: Arun Isaac
Subject: branch master updated: hydra: services: Add cuirass spec for mumi.
Date: Fri, 25 Aug 2023 11:46:08 -0400

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

arunisaac pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7369af0  hydra: services: Add cuirass spec for mumi.
7369af0 is described below

commit 7369af08b13f3ffccd678b7898b398c299a9f7d4
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Jul 22 15:48:39 2023 +0100

    hydra: services: Add cuirass spec for mumi.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add mumi 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 ed857b8..90f84d9 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -395,6 +395,23 @@ collection instead."
       (priority 5)
       (systems '#$systems))
 
+     (specification
+      (name 'mumi)
+      (build '(channels mumi))
+      (channels
+       (list (channel
+              (name 'mumi)
+              (url "https://git.savannah.gnu.org/git/guix/mumi.git";)
+              (branch "master")
+              (introduction
+               (make-channel-introduction
+                "daee53b8404b4893726f83fb5f8135edea18c88e"
+                (openpgp-fingerprint
+                 "7F73 0343 F2F0 9F3C 77BF  79D3 2E25 EE8B 6180 2BB3"))))
+             %default-guix-channel))
+      (priority 5)
+      (systems '#$systems))
+
      (specification
       (name 'shepherd)
       (build '(manifests ".guix/manifest.scm"))



reply via email to

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