forked from lix-project/lix
* Slightly nicer message.
This commit is contained in:
parent
82d771f6e6
commit
cab7816b56
|
@ -1087,9 +1087,6 @@ void DerivationGoal::startBuilder()
|
||||||
|
|
||||||
void DerivationGoal::computeClosure()
|
void DerivationGoal::computeClosure()
|
||||||
{
|
{
|
||||||
startNest(nest, lvlTalkative,
|
|
||||||
format("determining closure for `%1%'") % drvPath);
|
|
||||||
|
|
||||||
map<Path, PathSet> allReferences;
|
map<Path, PathSet> allReferences;
|
||||||
map<Path, Hash> contentHashes;
|
map<Path, Hash> contentHashes;
|
||||||
|
|
||||||
|
@ -1106,6 +1103,9 @@ void DerivationGoal::computeClosure()
|
||||||
% drvPath % path);
|
% drvPath % path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
startNest(nest, lvlTalkative,
|
||||||
|
format("scanning for references inside `%1%'") % path);
|
||||||
|
|
||||||
/* Check that fixed-output derivations produced the right
|
/* Check that fixed-output derivations produced the right
|
||||||
outputs (i.e., the content hash should match the specified
|
outputs (i.e., the content hash should match the specified
|
||||||
hash). */
|
hash). */
|
||||||
|
|
Loading…
Reference in a new issue