guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Fix "core-updates" specification.


From: Mathieu Othacehe
Subject: branch master updated: hydra: Fix "core-updates" specification.
Date: Sun, 07 Feb 2021 13:36:14 -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 2c30440  hydra: Fix "core-updates" specification.
2c30440 is described below

commit 2c30440f89244202bddebe76f90c6b0b8145ba5d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Feb 7 19:35:34 2021 +0100

    hydra: Fix "core-updates" specification.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Fix "core-updates"
    specification.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 692d9f2..fe54d4f 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -289,7 +289,7 @@
                  (#:proc-input . "core-updates")
                  (#:proc-file . "build-aux/cuirass/gnu-system.scm")
                  (#:proc . cuirass-jobs)
-                 (#:proc-args (subset . core) (systems #$@systems))
+                 (#:proc-args (subset . "core") (systems #$@systems))
                  (#:inputs . (#$(guix-input "core-updates" "core-updates")))
                  (#:build-outputs . ())
                  (#:priority . 4)))



reply via email to

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