[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/118: Doh
From: |
Ludovic Courtès |
Subject: |
94/118: Doh |
Date: |
Tue, 19 May 2015 14:45:55 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit ea837e470f70900481d00b0d1cd73e6855c4f70d
Author: Eelco Dolstra <address@hidden>
Date: Mon Aug 18 11:35:50 2014 +0200
Doh
---
nix/libstore/build.cc | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index be19dd8..05024f5 100644
--- a/nix/libstore/build.cc
+++ b/nix/libstore/build.cc
@@ -1481,12 +1481,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);
- 79/118: Allow regular files as GC roots, (continued)
- 79/118: Allow regular files as GC roots, Ludovic Courtès, 2015/05/19
- 89/118: Doh, Ludovic Courtès, 2015/05/19
- 78/118: Remove some dead code, Ludovic Courtès, 2015/05/19
- 82/118: Eliminate redundant copy, Ludovic Courtès, 2015/05/19
- 95/118: Make hook shutdown more reliable, Ludovic Courtès, 2015/05/19
- 81/118: findRoots(): Prevent a call to lstat(), Ludovic Courtès, 2015/05/19
- 101/118: On Linux, disable address space randomization, Ludovic Courtès, 2015/05/19
- 91/118: Use regular file GC roots if possible, Ludovic Courtès, 2015/05/19
- 102/118: Remove bogus comment, Ludovic Courtès, 2015/05/19
- 80/118: Make readDirectory() return inode / file type, Ludovic Courtès, 2015/05/19
- 94/118: Doh,
Ludovic Courtès <=
- 96/118: fix disappearing bash arguments, Ludovic Courtès, 2015/05/19
- 104/118: createDirs(): Handle ‘path’ being a symlink, Ludovic Courtès, 2015/05/19
- 103/118: nix-daemon: Close unnecessary fd, Ludovic Courtès, 2015/05/19
- 97/118: Introduce allowedRequisites feature, Ludovic Courtès, 2015/05/19
- 113/118: Clean up temp roots in a more C++ way, Ludovic Courtès, 2015/05/19
- 105/118: Remove some duplicate code, Ludovic Courtès, 2015/05/19
- 108/118: Improve error message if the daemon worker fails to start, Ludovic Courtès, 2015/05/19
- 100/118: Settings: Add bool get(), Ludovic Courtès, 2015/05/19
- 106/118: Improved error message when encountering unsupported file types, Ludovic Courtès, 2015/05/19
- 114/118: nix-daemon: Call exit(), not _exit(), Ludovic Courtès, 2015/05/19