guix-commits
[Top][All Lists]
Advanced

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

138/376: Doh


From: Ludovic Courtès
Subject: 138/376: Doh
Date: Wed, 28 Jan 2015 22:04:34 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 632f989b51985a0036fca5502d9a341b7cded324
Author: Eelco Dolstra <address@hidden>
Date:   Mon Aug 18 11:35:50 2014 +0200

    Doh
---
 src/libstore/build.cc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 2e38755..232059e 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -1469,12 +1469,9 @@ void DerivationGoal::buildDone()
                (e.g., fetchurl not being able to access the network).
                Hook errors (like communication problems with the
                remote machine) shouldn't be cached either. */
-            if (/* settings.cacheFailure && */ !fixedOutput && !diskFull)
-            {
-                printMsg(lvlError, "REG");
+            if (settings.cacheFailure && !fixedOutput && !diskFull)
                 foreach (DerivationOutputs::iterator, i, drv.outputs)
                     worker.store.registerFailedPath(i->second.path);
-            }
         }
 
         amDone(ecFailed);



reply via email to

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