guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bayfront: Use substitutes from berlin.


From: Mathieu Othacehe
Subject: branch master updated: bayfront: Use substitutes from berlin.
Date: Tue, 21 Dec 2021 10:27:39 -0500

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 6a0348a  bayfront: Use substitutes from berlin.
6a0348a is described below

commit 6a0348a52ee12447ac0d660944a2241fa12532d1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 21 16:27:22 2021 +0100

    bayfront: Use substitutes from berlin.
    
    * hydra/bayfront.scm: Use them.
---
 hydra/bayfront.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 8bb19bf..d81555b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -978,10 +978,12 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
        (guix-service-type
         config => (guix-configuration
                    (substitute-urls
-                    '("https://bordeaux.guix.gnu.org";))
+                    '("https://bordeaux.guix.gnu.org";
+                      "https://ci.guix.gnu.org";))
                    (authorized-keys
                     (cons*
                      (local-file "keys/guix/bayfront.guix.info-export.pub")
+                     (local-file "keys/guix/berlin.guixsd.org-export.pub")
                      ;; for substituting derivations
                      (plain-file
                       "data.guix.gnu.org.pub"



reply via email to

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