rekado pushed a commit to branch master
in repository maintenance.

commit 14ce13cc2b80c8764eb10efbfb7557315c91e395
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 15 21:22:51 2020 +0100

    berlin: Use absolute file name in include.
    
    * hydra/berlin.scm: Replace relative include file name to work around
    problem with Guile 3.0.
---
 hydra/berlin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to