guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: overdrive: Make substitute URL explicit.


From: Ludovic Courtès
Subject: 01/03: hydra: overdrive: Make substitute URL explicit.
Date: Sun, 11 Sep 2022 06:21:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 7b383c70b2018e2b7371261a17bb1efa3a0a1759
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 11 12:01:46 2022 +0200

    hydra: overdrive: Make substitute URL explicit.
    
    Previously guix-daemon would run with --substitute-urls="https://ci.guix
    https://bordeaux.guix";; this didn't break build farm isolation though
    since the key of bordeaux.guix wasn't in /etc/guix/acl.
    
    * hydra/modules/sysadmin/overdrive.scm (overdrive-system): Add
    'substitute-urls' to <guix-configuration> record.
---
 hydra/modules/sysadmin/overdrive.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/overdrive.scm 
b/hydra/modules/sysadmin/overdrive.scm
index ea42113..9327eab 100644
--- a/hydra/modules/sysadmin/overdrive.scm
+++ b/hydra/modules/sysadmin/overdrive.scm
@@ -1,6 +1,6 @@
 ;;; SoftIron OverDrive 1000 build machines.
 ;;;
-;;; Copyright © 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016-2018, 2020-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020, 2021 Mathieu Othacehe <othacehe@gnu.org>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
@@ -142,6 +142,12 @@
                            (guix-configuration
                             (inherit config)
                             (max-silent-time 7200)
+
+                            ;; The overdrives are part of the ci.guix build
+                            ;; farm and take substitutes from there
+                            ;; exclusively.
+                            (substitute-urls
+                             '("https://ci.guix.gnu.org";))
                             (authorized-keys
                              %authorized-guix-keys)
                             (extra-options



reply via email to

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