[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: bayfront: Use 'examples/gnu-system.scm' from Cuirass.
From: |
Mathieu Lirzin |
Subject: |
01/01: hydra: bayfront: Use 'examples/gnu-system.scm' from Cuirass. |
Date: |
Mon, 9 Jan 2017 20:13:12 +0000 (UTC) |
mthl pushed a commit to branch master
in repository maintenance.
commit 84416bf7bc87ef92d4d3250712dd41e4c763d6d0
Author: Mathieu Lirzin <address@hidden>
Date: Mon Jan 9 21:07:59 2017 +0100
hydra: bayfront: Use 'examples/gnu-system.scm' from Cuirass.
* hydra/bayfront.scm (%cuirass-specs): Adapt #:file argument to the
new file name of 'gnu-system.scm' in Cuirass 0.0.1 rev 3.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 456356a..b565d01 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -87,7 +87,7 @@
;; the 'evaluate' command of Cuirass loads it with
;; 'primitive-load'.
(#:file . #$(file-append (package-source cuirass)
- "/tests/gnu-system.scm"))
+ "/examples/gnu-system.scm"))
(#:no-compile? #t) ;don't try to run ./bootstrap etc.
(#:proc . hydra-jobs)