guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: Change coordinator.bayfront to coordinator.bordeaux.


From: Christopher Baines
Subject: 02/02: hydra: Change coordinator.bayfront to coordinator.bordeaux.
Date: Tue, 30 Jan 2024 14:33:00 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit e1ea0dbc64e6d3a8b7d9a69e1115e0d9ce39d0c1
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jan 30 19:24:51 2024 +0000

    hydra: Change coordinator.bayfront to coordinator.bordeaux.
    
    * hydra/bayfront.scm <guix-build-coordinator-agent-service-type>:
    Change coordinator.bayfront to coordinator.bordeaux.
    * hydra/giedi.scm <guix-build-coordinator-agent-service-type>: Ditto.
    * hydra/hamal.scm <guix-build-coordinator-agent-service-type>: Ditto.
    * hydra/harbourfront.scm <guix-build-coordinator-agent-service-type>: Ditto.
    * hydra/hatysa.scm <guix-build-coordinator-agent-service-type>: Ditto.
    * hydra/milano-guix-1.scm (childhurd-os): Ditto.
    * hydra/monokuma.scm <guix-build-coordinator-agent-service-type>: Ditto.
---
 hydra/bayfront.scm      | 2 +-
 hydra/giedi.scm         | 2 +-
 hydra/hamal.scm         | 2 +-
 hydra/harbourfront.scm  | 2 +-
 hydra/hatysa.scm        | 2 +-
 hydra/milano-guix-1.scm | 4 ++--
 hydra/monokuma.scm      | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4fb6045..17b0d69 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1529,7 +1529,7 @@ proxy_set_header  Via  $via;"
 
     (service guix-build-coordinator-agent-service-type
              (guix-build-coordinator-agent-configuration
-              (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+              (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
               (authentication
                (guix-build-coordinator-agent-password-file-auth
                 (uuid "0c973ac8-4e62-4889-87b4-31c9536641db")
diff --git a/hydra/giedi.scm b/hydra/giedi.scm
index c2cc0d0..6faaaa6 100644
--- a/hydra/giedi.scm
+++ b/hydra/giedi.scm
@@ -51,7 +51,7 @@
 
     (service guix-build-coordinator-agent-service-type
              (guix-build-coordinator-agent-configuration
-              (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+              (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
               (authentication
                (guix-build-coordinator-agent-password-file-auth
                 (uuid "c8a787dd-1e6c-4a31-a2ba-cbab7917fafd")
diff --git a/hydra/hamal.scm b/hydra/hamal.scm
index 25f9438..5087746 100644
--- a/hydra/hamal.scm
+++ b/hydra/hamal.scm
@@ -149,7 +149,7 @@
 
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
-                    (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+                    (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
                     (authentication
                      (guix-build-coordinator-agent-password-file-auth
                       (uuid "d9ed2db6-ad3c-45f7-92af-81ad973d5de0")
diff --git a/hydra/harbourfront.scm b/hydra/harbourfront.scm
index adbd6de..fd17e1d 100644
--- a/hydra/harbourfront.scm
+++ b/hydra/harbourfront.scm
@@ -85,7 +85,7 @@
                    (service guix-build-coordinator-agent-service-type
                             (guix-build-coordinator-agent-configuration
                              (coordinator
-                              "https://coordinator.bayfront.guix.gnu.org";)
+                              "https://coordinator.bordeaux.guix.gnu.org";)
                              (authentication
                               (guix-build-coordinator-agent-password-file-auth
                                (uuid "7470cbd5-f64e-496c-a57b-593543ee4686")
diff --git a/hydra/hatysa.scm b/hydra/hatysa.scm
index c868cee..45f450e 100644
--- a/hydra/hatysa.scm
+++ b/hydra/hatysa.scm
@@ -216,7 +216,7 @@ ssl_prefer_server_ciphers on;"))
 
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
-                    (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+                    (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
                     (authentication
                      (guix-build-coordinator-agent-password-file-auth
                       (uuid "bc5f3585-03f9-4ab3-8604-6acc89512fba")
diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 64add15..ffc625c 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -69,7 +69,7 @@
      (cons*
       (service guix-build-coordinator-agent-service-type
                (guix-build-coordinator-agent-configuration
-                (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+                (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
                 (authentication
                  (guix-build-coordinator-agent-dynamic-auth-with-file
                   (agent-name childhurd-name)
@@ -195,7 +195,7 @@
 
            (service guix-build-coordinator-agent-service-type
                     (guix-build-coordinator-agent-configuration
-                     (coordinator "https://coordinator.bayfront.guix.gnu.org";)
+                     (coordinator "https://coordinator.bordeaux.guix.gnu.org";)
                      (authentication
                       (guix-build-coordinator-agent-password-file-auth
                        (uuid "b57898c3-7187-4c56-9d3c-4e68b954b79a")
diff --git a/hydra/monokuma.scm b/hydra/monokuma.scm
index 70b3ee8..ae66b7c 100644
--- a/hydra/monokuma.scm
+++ b/hydra/monokuma.scm
@@ -84,7 +84,7 @@
                    (service guix-build-coordinator-agent-service-type
                             (guix-build-coordinator-agent-configuration
                              (coordinator
-                              "https://coordinator.bayfront.guix.gnu.org";)
+                              "https://coordinator.bordeaux.guix.gnu.org";)
                              (authentication
                               (guix-build-coordinator-agent-password-file-auth
                                (uuid "5bbaa369-517d-49a1-9875-dc8fcf1e2e9f")



reply via email to

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