guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp27


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp27
Date: Fri, 18 Dec 2020 06:10:48 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new dd605ce  tmp27
dd605ce is described below

commit dd605cea703c852aaa3e901849d67d053ebe650b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 18 12:10:41 2020 +0100

    tmp27
---
 src/cuirass/remote-server.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index cac2f5b..32efab2 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -422,9 +422,9 @@ outputs are downloaded."
        (let ((outputs (build-outputs drv))
              (log-file
               (and log-directory
-                   (download-log-file log-directory drv url)))
-             (when (%add-to-store?)
-               (add-to-store outputs url)))
+                   (download-log-file log-directory drv url))))
+         (when (%add-to-store?)
+           (add-to-store outputs url))
          (when (%cache-directory)
            (download-nar (%cache-directory) outputs url))
          (reply



reply via email to

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