[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/376: Remove unnecessary call to addTempRoot()
From: |
Ludovic Courtès |
Subject: |
117/376: Remove unnecessary call to addTempRoot() |
Date: |
Wed, 28 Jan 2015 22:04:26 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 98873ff7defffda9166c88e4e7c318119ca5eccc
Author: Eelco Dolstra <address@hidden>
Date: Tue Aug 5 16:41:42 2014 +0200
Remove unnecessary call to addTempRoot()
---
src/libstore/local-store.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc
index c635769..ab5b601 100644
--- a/src/libstore/local-store.cc
+++ b/src/libstore/local-store.cc
@@ -1488,7 +1488,6 @@ void LocalStore::exportPath(const Path & path, bool sign,
printMsg(lvlInfo, format("exporting path `%1%'") % path);
- addTempRoot(path);
if (!isValidPath(path))
throw Error(format("path `%1%' is not valid") % path);
- 108/376: Remove ugly hack for detecting build environment setup errors, (continued)
- 108/376: Remove ugly hack for detecting build environment setup errors, Ludovic Courtès, 2015/01/28
- 107/376: Call commonChildInit() before doing chroot init, Ludovic Courtès, 2015/01/28
- 104/376: Make readDirectory() return inode / file type, Ludovic Courtès, 2015/01/28
- 106/376: Eliminate redundant copy, Ludovic Courtès, 2015/01/28
- 110/376: Make chroot builds easier to set up, Ludovic Courtès, 2015/01/28
- 109/376: Speed up nix-shell, Ludovic Courtès, 2015/01/28
- 121/376: nix-install-package: Use extra-binary-caches, Ludovic Courtès, 2015/01/28
- 119/376: Add support for order-only dependencies, Ludovic Courtès, 2015/01/28
- 118/376: install-nix-from-closure.sh: Use https channel if possible, Ludovic Courtès, 2015/01/28
- 114/376: Refactor, Ludovic Courtès, 2015/01/28
- 117/376: Remove unnecessary call to addTempRoot(),
Ludovic Courtès <=
- 115/376: Move some options out of globals, Ludovic Courtès, 2015/01/28
- 116/376: Doh, Ludovic Courtès, 2015/01/28
- 112/376: Add option ‘build-extra-chroot-dirs’, Ludovic Courtès, 2015/01/28
- 111/376: Get rid of "killing <pid>" message for unused build hooks, Ludovic Courtès, 2015/01/28
- 129/376: Remove log2html.xsl and friends, Ludovic Courtès, 2015/01/28
- 122/376: Warn about untrusted binary caches in extra-binary-caches, Ludovic Courtès, 2015/01/28
- 113/376: Update manual, Ludovic Courtès, 2015/01/28
- 126/376: Handle compound single dash options properly, Ludovic Courtès, 2015/01/28
- 124/376: Fix warning about non-existant -I directories, Ludovic Courtès, 2015/01/28
- 127/376: Use regular file GC roots if possible, Ludovic Courtès, 2015/01/28