guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Allow fosshost machines to fetch substitut


From: Christopher Baines
Subject: branch master updated: hydra: Allow fosshost machines to fetch substitutes from bayfront.
Date: Wed, 23 Dec 2020 09:01:39 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a57235c  hydra: Allow fosshost machines to fetch substitutes from 
bayfront.
a57235c is described below

commit a57235c8d27ed806d590e3373af5398e95db0970
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Dec 23 13:57:04 2020 +0000

    hydra: Allow fosshost machines to fetch substitutes from bayfront.
    
    This matches the Guix Build Coordinator agent configuration.
    
    * hydra/fosshost1.scm: Add bayfront key to authorized-keys.
    * hydra/fosshost2.scm: Likewise.
---
 hydra/fosshost1.scm | 9 +++++++++
 hydra/fosshost2.scm | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/hydra/fosshost1.scm b/hydra/fosshost1.scm
index f85b41b..b2905ed 100644
--- a/hydra/fosshost1.scm
+++ b/hydra/fosshost1.scm
@@ -93,6 +93,15 @@
   )
  )")
                     (plain-file
+                     "bayfront.guix.gnu.org.pub"
+                     "
+(public-key
+ (ecc
+  (curve Ed25519)
+  (q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
+  )
+ )")
+                    (plain-file
                      "data.guix-patches.cbaines.net.pub"
                      "
 (public-key
diff --git a/hydra/fosshost2.scm b/hydra/fosshost2.scm
index 3c12ec7..c7b41c5 100644
--- a/hydra/fosshost2.scm
+++ b/hydra/fosshost2.scm
@@ -93,6 +93,15 @@
   )
  )")
                     (plain-file
+                     "bayfront.guix.gnu.org.pub"
+                     "
+(public-key
+ (ecc
+  (curve Ed25519)
+  (q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
+  )
+ )")
+                    (plain-file
                      "data.guix-patches.cbaines.net.pub"
                      "
 (public-key



reply via email to

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