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 <[email protected]>
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)))