Prevent download of NARs we just uploaded

This commit is contained in:
Eelco Dolstra
2016-02-26 15:21:44 +01:00
parent 02190b0fef
commit 6d741d2ffa
3 changed files with 9 additions and 4 deletions

View File

@ -53,6 +53,7 @@ struct RemoteResult : nix::BuildResult
time_t startTime = 0, stopTime = 0;
unsigned int overhead = 0;
nix::Path logFile;
std::shared_ptr<nix::FSAccessor> accessor;
bool canRetry()
{