[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Print evaluation number.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: Print evaluation number. |
Date: |
Sat, 03 Oct 2020 02:42:14 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new d8d4f7d Print evaluation number.
d8d4f7d is described below
commit d8d4f7df93b9c3672139164405a151f3f3ea5409
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Oct 3 08:41:10 2020 +0200
Print evaluation number.
* src/cuirass/base.scm (build-packages): Print the id of the registered
evaluation.
---
src/cuirass/base.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cuirass/base.scm b/src/cuirass/base.scm
index cbbe64b..04ea416 100644
--- a/src/cuirass/base.scm
+++ b/src/cuirass/base.scm
@@ -689,7 +689,7 @@ by PRODUCT-SPECS."
(define (build-packages store jobs eval-id)
"Build JOBS and return a list of Build results."
(define derivations
- (with-time-logging "registration"
+ (with-time-logging (format #f "~a registration" eval-id)
(db-register-builds jobs eval-id)))
(log-message "evaluation ~a registered ~a new derivations"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Print evaluation number.,
Mathieu Othacehe <=