guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: honeycomb: Fetch substitutes from http://10.0.0.1.


From: Ludovic Courtès
Subject: 01/02: hydra: honeycomb: Fetch substitutes from http://10.0.0.1.
Date: Sat, 11 Jun 2022 16:48:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 99bd9dc9001d6bea7480a7ce0e0e10ff78adb787
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 11 22:46:29 2022 +0200

    hydra: honeycomb: Fetch substitutes from http://10.0.0.1.
    
    Partly fixes <https://issues.guix.gnu.org/55848>.
    Reported by Tom Fitzhenry <tom@tom-fitzhenry.me.uk>.
    
    * hydra/modules/sysadmin/honeycomb.scm (honeycomb-system): Add
    'substitute-urls' to 'cuirass-remote-worker-configuration'.
    * doc/cuirass.org (Connect an external machine): Likewise.
---
 doc/cuirass.org                      | 1 +
 hydra/modules/sysadmin/honeycomb.scm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/cuirass.org b/doc/cuirass.org
index f877395..8ef696e 100644
--- a/doc/cuirass.org
+++ b/doc/cuirass.org
@@ -41,6 +41,7 @@ network. The next section describes how to add a new external 
machine.
                (cuirass-remote-worker-configuration
                 (workers 2)
                 (server "10.0.0.1:5555") ;berlin
+                (substitute-urls '("http://10.0.0.1";))
                 (systems '("armhf-linux" "aarch64-linux"))))
 #+END_SRC
 
diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 9aac70c..246fafe 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -1,6 +1,6 @@
 ;;; SolidRun Honeycomb LX2 build machines.
 ;;;
-;;; Copyright © 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016 2018, 2020-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020, 2021 Mathieu Othacehe <othacehe@gnu.org>
 ;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
@@ -250,6 +250,7 @@ Match Address 141.80.167.131
                               (cuirass-remote-worker-configuration
                                (workers 4)
                                (server "10.0.0.1:5555") ;berlin
+                               (substitute-urls '("http://10.0.0.1";))
                                (systems '("armhf-linux" "aarch64-linux"))))
                      (service wireguard-service-type
                               (wireguard-configuration



reply via email to

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