guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Rename guix-x15.sjd.se and guix-x15b.sjd.s


From: Maxim Cournoyer
Subject: branch master updated: hydra: Rename guix-x15.sjd.se and guix-x15b.sjd.se.
Date: Tue, 20 Apr 2021 11:29:08 -0400

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

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 71a7ead  hydra: Rename guix-x15.sjd.se and guix-x15b.sjd.se.
71a7ead is described below

commit 71a7ead1004e78305424ef295771402dcddde117
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 20 11:26:20 2021 -0400

    hydra: Rename guix-x15.sjd.se and guix-x15b.sjd.se.
    
    Simon mentioned the machines no longer have an associated A record;
    rename name, for clarity.
    
    * hydra/machines-for-berlin.scm (armv7)
    <guix-x15.sjd.se, guix-x15b.sjd.se>:  Rename to guix-x15 and guix-x15b.
    * hydra/berlin.scm (services) [wireguard]: Likewise.
    * doc/cuirass.org (External machines): Likewise.
---
 doc/cuirass.org               | 12 ++++++------
 hydra/berlin.scm              |  4 ++--
 hydra/machines-for-berlin.scm |  4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/cuirass.org b/doc/cuirass.org
index 715b043..4f1298a 100644
--- a/doc/cuirass.org
+++ b/doc/cuirass.org
@@ -15,12 +15,12 @@ network. The next section describes how to add a new 
external machine.
 
 * External machines
 
-| Machine          |  Address | Contact         |
-|------------------+----------+-----------------|
-| overdrive1       | 10.0.0.3 | Ludovic Courtès |
-| dover            | 10.0.0.4 | Andreas Enge    |
-| guix-x15.sjd.se  | 10.0.0.5 | Simon Josefsson |
-| guix-x15b.sjd.se | 10.0.0.6 | Simon Josefsson |
+| Machine    |  Address | Contact         |
+|------------+----------+-----------------|
+| overdrive1 | 10.0.0.3 | Ludovic Courtès |
+| dover      | 10.0.0.4 | Andreas Enge    |
+| guix-x15   | 10.0.0.5 | Simon Josefsson |
+| guix-x15b  | 10.0.0.6 | Simon Josefsson |
 
 * Connect an external machine
 
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index adb89ab..e288653 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -393,11 +393,11 @@ Happy hacking!\n"))
                           (public-key 
"b3D6Nv5X4npfko99HELdewtKL8LzbbeUAIFjpwU7HhA=")
                           (allowed-ips '("10.0.0.4/32")))
                          (wireguard-peer
-                          (name "guix-x15.sjd.se")
+                          (name "guix-x15")
                           (public-key 
"pM7dAWXJ35isIDJA3OpbR2YG1Pk3MI9VTlP5ELAeQkM=")
                           (allowed-ips '("10.0.0.5/32")))
                          (wireguard-peer
-                          (name "guix-x15b.sjd.se")
+                          (name "guix-x15b")
                           (public-key 
"cwRqmMc8IPAHxFCGIt1WcnJnoWJcefcTXte2vMNi6Wo=")
                           (allowed-ips '("10.0.0.6/32")))))))
 
diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 2365e41..e131aec 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -255,13 +255,13 @@
   (list
    ;; BeagleBoard (2 cores) kindly hosted by Simon Josefsson.
    (build-machine
-    (name "guix-x15.sjd.se")
+    (name "guix-x15")
     (user "hydra")
     (systems '("armhf-linux"))
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIOfXjwCAFWeGiUoOVXEgtIeXxbtymjOTg7ph1ObMAcJ0 
root@beaglebone"))
 
    (build-machine
-    (name "guix-x15b.sjd.se")
+    (name "guix-x15b")
     (user "hydra")
     (systems '("armhf-linux"))
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIJEbCOTTg9Tl0E23Mnc0UA4Ib2W5oDqTukk6mT98tOph 
root@beaglebone"))



reply via email to

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