summaryrefslogtreecommitdiff
path: root/build-aux/hydra/guix.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-18 14:41:33 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-18 14:41:58 +0100
commita8bcd6eb6f36246a72061f16da1665b65683cda2 (patch)
treebd0c330de9667177c7e8b96eb19041d226f47254 /build-aux/hydra/guix.scm
parent10b4d0f6ff7585158bce489b358a27bce5e6f5a8 (diff)
downloadpatches-a8bcd6eb6f36246a72061f16da1665b65683cda2.tar
patches-a8bcd6eb6f36246a72061f16da1665b65683cda2.tar.gz
hydra: Add debugging for the Guix job set.
* build-aux/hydra/guix.scm: Set '%load-verbosely'.
Diffstat (limited to 'build-aux/hydra/guix.scm')
-rw-r--r--build-aux/hydra/guix.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm
index 57041d695f..3996a0b422 100644
--- a/build-aux/hydra/guix.scm
+++ b/build-aux/hydra/guix.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -29,6 +29,9 @@
;; newer, even though they may not correspond.
(set! %fresh-auto-compile #t)
+ ;; Display which files are loaded.
+ (set! %load-verbosely #t)
+
(and=> (assoc-ref (current-source-location) 'filename)
(lambda (file)
(let ((dir (string-append (dirname file) "/../..")))