guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Update fosshost Guix Build Coordinator age


From: Christopher Baines
Subject: branch master updated: hydra: Update fosshost Guix Build Coordinator agent authentication.
Date: Sat, 27 Mar 2021 05:06:18 -0400

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 adedfff  hydra: Update fosshost Guix Build Coordinator agent 
authentication.
adedfff is described below

commit adedfff53d0271ff907298216853b5d5ff6108a2
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Mar 27 09:04:35 2021 +0000

    hydra: Update fosshost Guix Build Coordinator agent authentication.
    
    * hydra/fosshost1.scm (operating-system): Update Guix Build
    Coordinator agent configuration.
    * hydra/fosshost2.scm (operating-system): Likewise.
---
 hydra/fosshost1.scm | 7 +++++--
 hydra/fosshost2.scm | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/hydra/fosshost1.scm b/hydra/fosshost1.scm
index 1a93da0..201eaf5 100644
--- a/hydra/fosshost1.scm
+++ b/hydra/fosshost1.scm
@@ -62,8 +62,11 @@
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
                     (coordinator 
"https://coordinator.guix-patches.cbaines.net";)
-                    (uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
-                    (password-file 
"/etc/guix-build-coordinator-agent-password")
+                    (authentication
+                     (guix-build-coordinator-agent-password-file-auth
+                      (uuid "b35e828a-0229-4cbc-9e41-cf78fe4116fb")
+                      (password-file
+                       "/etc/guix-build-coordinator-agent-password")))
                     (max-parallel-builds 4)
                     (systems '("x86_64-linux" "i686-linux"))
                     (derivation-substitute-urls
diff --git a/hydra/fosshost2.scm b/hydra/fosshost2.scm
index 9950aef..a109cca 100644
--- a/hydra/fosshost2.scm
+++ b/hydra/fosshost2.scm
@@ -62,8 +62,11 @@
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
                     (coordinator 
"https://coordinator.guix-patches.cbaines.net";)
-                    (uuid "4cf57366-6b43-487f-9ce1-863536f71186")
-                    (password-file 
"/etc/guix-build-coordinator-agent-password")
+                    (authentication
+                     (guix-build-coordinator-agent-password-file-auth
+                      (uuid "4cf57366-6b43-487f-9ce1-863536f71186")
+                      (password-file
+                       "/etc/guix-build-coordinator-agent-password")))
                     (max-parallel-builds 4)
                     (systems '("x86_64-linux" "i686-linux"))
                     (derivation-substitute-urls



reply via email to

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