guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: berlin: Use a relative file name with 'include'.


From: Ludovic Courtès
Subject: 01/02: hydra: berlin: Use a relative file name with 'include'.
Date: Fri, 24 Apr 2020 04:58:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 9f1d8badd88252e239e7c8560d0c59893a8a378f
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 24 10:51:43 2020 +0200

    hydra: berlin: Use a relative file name with 'include'.
    
    * hydra/berlin.scm <top level>: Use a relative file name with
    'include' (this is fixed since Guile 3.0.1.)
---
 hydra/berlin.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 35a41c2..1216fc0 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -30,8 +30,7 @@
                  (full-name "Tobias Geerinckx-Rice")
                  (ssh-public-key (local-file "keys/ssh/nckx.pub")))))
 
-;;; XXX: relative includes don't seem to work with Guile 3.0
-(include "/root/maintenance/hydra/nginx/berlin.scm")
+(include "nginx/berlin.scm")
 
 
 ;;;



reply via email to

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