guix-commits
[Top][All Lists]
Advanced

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

branch master updated: remote: Add log message.


From: Mathieu Othacehe
Subject: branch master updated: remote: Add log message.
Date: Tue, 23 Feb 2021 11:39:51 -0500

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 76191f5  remote: Add log message.
76191f5 is described below

commit 76191f55c1a6df58792133eeea21a8bc5eaeaccf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Feb 23 17:39:27 2021 +0100

    remote: Add log message.
    
    * src/cuirass/remote-server.scm (run-fetch): Add log message.
---
 src/cuirass/remote-server.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 6003033..882286b 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -305,6 +305,7 @@ directory."
   (match (zmq-read-message message)
     (('build-succeeded ('drv drv) ('url url) _ ...)
      (let ((outputs (build-outputs drv)))
+       (log-message "fetching '~a' from ~a" drv url)
        (add-to-store outputs url)
        (when (%trigger-substitute-url)
          (trigger-substitutes-baking outputs (%trigger-substitute-url)))



reply via email to

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