[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: services: Remove unbound variable in ‘fron
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: services: Remove unbound variable in ‘frontend-services’. |
Date: |
Fri, 07 Jun 2024 11:32:40 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new aa56c060 hydra: services: Remove unbound variable in
‘frontend-services’.
aa56c060 is described below
commit aa56c0607aa3fadf25d3148d2da42719668e7ddc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 7 17:31:13 2024 +0200
hydra: services: Remove unbound variable in ‘frontend-services’.
* hydra/modules/sysadmin/services.scm (frontend-services): Change
default value of #:authorized-keys, which was an unbound variable.
---
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 1ccf5275..c6709b8a 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -658,7 +658,7 @@ to a selected directory.")
(branches '("master" "staging" "core-updates"
"kernel-updates"))
(systems '("x86_64-linux" "i686-linux"))
- (authorized-keys authorized-keys)
+ (authorized-keys '())
(motd %default-motd)
(nar-ttl (* 180 24 3600))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: services: Remove unbound variable in ‘frontend-services’.,
Ludovic Courtès <=