[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);
- 120/376: download-from-binary-cache.pl: Respect $SSL_CERT_FILE, (continued)
- 120/376: download-from-binary-cache.pl: Respect $SSL_CERT_FILE, Ludovic Courtès, 2015/01/28
- 123/376: Remove pointless NIX_LOG_TYPE environment variable, Ludovic Courtès, 2015/01/28
- 136/376: Propagate remote timeouts properly, Ludovic Courtès, 2015/01/28
- 131/376: Use $XDG_RUNTIME_DIR for temporary files, Ludovic Courtès, 2015/01/28
- 137/376: Reduce verbosity, Ludovic Courtès, 2015/01/28
- 133/376: Fix download-via-ssh, Ludovic Courtès, 2015/01/28
- 130/376: nix-log2xml: Handle newlines, Ludovic Courtès, 2015/01/28
- 143/376: nix-store -l: Automatically pipe output into $PAGER, Ludovic Courtès, 2015/01/28
- 139/376: Fix --attr parsing, Ludovic Courtès, 2015/01/28
- 142/376: Reduce test verbosity, Ludovic Courtès, 2015/01/28
- 138/376: Doh,
Ludovic Courtès <=
- 135/376: nix-build: Propagate exit status from nix-store -r, Ludovic Courtès, 2015/01/28
- 125/376: Refactor option handling, Ludovic Courtès, 2015/01/28
- 134/376: build-remote.pl: Provide defaults for $NIX_CURRENT_LOAD and $NIX_REMOTE_SYSTEMS, Ludovic Courtès, 2015/01/28
- 141/376: Filter Nix-specific ANSI escape sequences from stderr, Ludovic Courtès, 2015/01/28
- 140/376: Make hook shutdown more reliable, Ludovic Courtès, 2015/01/28
- 144/376: Add some color, Ludovic Courtès, 2015/01/28
- 147/376: Handle header file instantiation, Ludovic Courtès, 2015/01/28
- 152/376: Flush std::cout before closing stdout, Ludovic Courtès, 2015/01/28
- 146/376: Install config.h only once, Ludovic Courtès, 2015/01/28
- 148/376: Force template regeneration, Ludovic Courtès, 2015/01/28