summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/cuirass.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/cuirass.in b/bin/cuirass.in
index 9ece178..4f359c0 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -107,7 +107,11 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
new-specs)))
(if one-shot?
(process-specs db (db-get-specifications db))
- (let ((pending (db-get-builds db '((status pending)))))
+ (let ((pending
+ (begin
+ (log-message "retrieving list of pending builds...")
+ (db-get-builds db '((status pending))))))
+
;; First off, restart builds that had not completed or
;; were not even started on a previous run.
(spawn-fiber