guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin: services: Fix kernel-update specificati


From: Mathieu Othacehe
Subject: branch master updated: sysadmin: services: Fix kernel-update specifications.
Date: Thu, 05 Jan 2023 12:44:10 -0500

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new d5a7091  sysadmin: services: Fix kernel-update specifications.
d5a7091 is described below

commit d5a70911a315b8eb1d6fdca6e3bd38d9ae1867b4
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 5 18:43:08 2023 +0100

    sysadmin: services: Fix kernel-update specifications.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Use the
    "kernel-updates" branch for the kernel-update specifications.
---
 hydra/modules/sysadmin/services.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 955c770..5ac3ae4 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -353,18 +353,30 @@
             #~((specification
                 (name "kernel-updates")
                 (build '(manifests "etc/kernels-manifests.scm"))
+                (channels
+                 (list (channel
+                        (inherit %default-guix-channel)
+                        (branch "kernel-updates"))))
                 (period 7200)
                 (priority 2)
                 (systems '#$systems))
                (specification
                 (name "kernel-updates-images")
                 (build 'images)
+                (channels
+                 (list (channel
+                        (inherit %default-guix-channel)
+                        (branch "kernel-updates"))))
                 (period 7200)
                 (priority 2)
                 (systems '#$systems))
                (specification
                 (name "kernel-updates-system-tests")
                 (build 'system-tests)
+                (channels
+                 (list (channel
+                        (inherit %default-guix-channel)
+                        (branch "kernel-updates"))))
                 (period 7200)
                 (priority 2)
                 (systems '("x86_64-linux"))))



reply via email to

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