guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: bayfront: Fix the Guix Build Coordinator agent configurati


From: Christopher Baines
Subject: 02/03: hydra: bayfront: Fix the Guix Build Coordinator agent configuration.
Date: Tue, 21 Dec 2021 05:50:19 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 15644d4a7d4d59f5a92c1e0eb2189166fb972461
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Dec 21 10:40:33 2021 +0000

    hydra: bayfront: Fix the Guix Build Coordinator agent configuration.
    
    Use bordeaux.guix.gnu.org rather than bayfront.guix.gnu.org for non
    derivation substiutes, as this is the proper domain to use.
    
    * hydra/bayfront.scm (services): Change non-derivation-substitute-urls
    within the guix-build-coordinator-agent-configuration to
    https://bordeaux.guix.gnu.org.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 45b7352..58237c8 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -929,7 +929,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (derivation-substitute-urls
                (list "https://data.guix.gnu.org";))
               (non-derivation-substitute-urls
-               (list "https://bayfront.guix.gnu.org";))))
+               (list "https://bordeaux.guix.gnu.org";))))
 
     (modify-services %base-services
       (guix-service-type



reply via email to

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