guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Add debug log.


From: Mathieu Othacehe
Subject: branch master updated: Add debug log.
Date: Tue, 30 Jun 2020 11:01:18 -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 882393d  Add debug log.
882393d is described below

commit 882393dee0ae78d98eeb8e571843644d985e4736
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Tue Jun 30 16:57:10 2020 +0200

    Add debug log.
    
    * src/cuirass/base.scm (create-build-outputs): Add a debug message.
---
 src/cuirass/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cuirass/base.scm b/src/cuirass/base.scm
index 9d8706e..35559ff 100644
--- a/src/cuirass/base.scm
+++ b/src/cuirass/base.scm
@@ -675,6 +675,7 @@ by PRODUCT-SPECS."
               (let ((product (and (build-has-products? (assq-ref spec #:job))
                                   (find-product build spec))))
                 (when (and product (file-exists? product))
+                  (log-message "Adding build product ~a" product)
                   (db-add-build-product `((#:build . ,(assq-ref build #:id))
                                           (#:type . ,(assq-ref spec #:type))
                                           (#:file-size . ,(file-size product))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]