guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Remove %build-node-keys.


From: Christopher Baines
Subject: 01/02: hydra: bayfront: Remove %build-node-keys.
Date: Mon, 10 Jun 2024 09:08:48 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit d2a79158f4e3a454b71b0129182f87287bbc68fd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 10 13:57:56 2024 +0100

    hydra: bayfront: Remove %build-node-keys.
    
    As this related to offloading, which currently isn't in use on
    bayfront.
    
    * hydra/bayfront.scm (%build-node-keys): Remove variable.
    <guix-configuration>: Remove %build-node-keys from authorized-keys.
---
 hydra/bayfront.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index bb987df4..dda19041 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -131,10 +131,6 @@ Happy hacking!\n"))
   ;; New IPv4 address of "ns1.gnu.org".
   "192.99.37.66")
 
-(define %build-node-keys
-  ;; Signing keys of the build nodes.
-  (list (local-file "keys/guix/milano-guix-1.di.unimi.it-export.pub")))
-
 (define %hpcguix-web-channels
   ;; Channels picked up and displayed by hpcguix-web.
   #~(append %default-channels
@@ -1727,8 +1723,7 @@ add_header Content-Type text/plain;")))
                     (cons*
                      (local-file "keys/guix/bordeaux.guix.gnu.org-export.pub")
                      (local-file "keys/guix/data.guix.gnu.org.pub")
-                     (local-file "keys/guix/data.qa.guix.gnu.org.pub")
-                     %build-node-keys))
+                     (local-file "keys/guix/data.qa.guix.gnu.org.pub")))
 
                    (max-silent-time (* 12 3600))
                    (timeout (* 48 3600))



reply via email to

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