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


From: Arun Isaac
Subject: branch master updated: hydra: services: Add cuirass spec for skribilo.
Date: Fri, 25 Aug 2023 11:49:26 -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 e1cd2ef  hydra: services: Add cuirass spec for skribilo.
e1cd2ef is described below

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

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



reply via email to

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