[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: Revert "bayfront: Use substitutes from berlin."
From: |
Ludovic Courtès |
Subject: |
02/06: Revert "bayfront: Use substitutes from berlin." |
Date: |
Wed, 22 Dec 2021 06:50:12 -0500 (EST) |
civodul pushed a commit to branch master
in repository maintenance.
commit 79819b87b06152620f3075eb5aaef3b2d5c86639
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 21 22:37:26 2021 +0100
Revert "bayfront: Use substitutes from berlin."
This reverts commit 6a0348a52ee12447ac0d660944a2241fa12532d1.
The two build farms are intended to be independent.
---
hydra/bayfront.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 43da7bb..264928e 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1035,12 +1035,10 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(guix-service-type
config => (guix-configuration
(substitute-urls
- '("https://bordeaux.guix.gnu.org"
- "https://ci.guix.gnu.org"))
+ '("https://bordeaux.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"
- branch master updated (e19f6d9 -> 601691e), Ludovic Courtès, 2021/12/22
- 05/06: hydra: web: 'static-web-site-service-type' is extensible., Ludovic Courtès, 2021/12/22
- 02/06: Revert "bayfront: Use substitutes from berlin.",
Ludovic Courtès <=
- 06/06: hydra: web: Provide all-in-one 'guix-web-site-service-type'., Ludovic Courtès, 2021/12/22
- 01/06: hydra: bayfront: Remove 'disarchive-service-type' instance., Ludovic Courtès, 2021/12/22
- 04/06: hydra: web: 'static-web-site-service-type' handles lists of sites., Ludovic Courtès, 2021/12/22
- 03/06: hydra: Add (sysadmin nginx) module., Ludovic Courtès, 2021/12/22