Prevent download of NARs we just uploaded
[?]
Feb 26, 2016, 2:21 PM
UVNTWTWGQOFKDAJ2ROJYT4U2N4EUXKNWZWPHOM42WPLUL4ALXRJQCDependencies
- [2]
6EO3HVNAMerge remote-tracking branch 'origin/master' into binary-cache - [3]
BAFICF73Support hydra-build-products on binary cache stores - [4]
MHVIT4JYSplit hydra-queue-runner.cc more - [5]
A2GL5FOZMoar stats - [6]
LE4VZIY5More stats - [7]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [8]
DKJFD6JNProcess Nix API changes - [9]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [10]
5AIYUMTBBasic remote building - [11]
FITVNQ2SKeep track of the time we spend copying to/from build machines - [*]
HJOEIMLRRefactor - [*]
N4IROACVMove buildRemote() into State
Change contents
- replacement in src/hydra-queue-runner/build-remote.cc at line 119
FdSource & from, FdSink & to, const PathSet & paths, counter & bytesReceived)FdSource & from, FdSink & to, const PathSet & paths, counter & bytesReceived,std::shared_ptr<FSAccessor> accessor) - replacement in src/hydra-queue-runner/build-remote.cc at line 124
destStore->importPaths(false, from);destStore->importPaths(false, from, accessor); - edit in src/hydra-queue-runner/build-remote.cc at line 301
result.accessor = destStore->getFSAccessor(); - replacement in src/hydra-queue-runner/build-remote.cc at line 305
copyClosureFrom(destStore, from, to, outputs, bytesReceived);copyClosureFrom(destStore, from, to, outputs, bytesReceived, result.accessor); - replacement in src/hydra-queue-runner/builder.cc at line 129
if (result.success()) res = getBuildOutput(destStore, destStore->getFSAccessor(), step->drv);if (result.success())res = getBuildOutput(destStore, ref<FSAccessor>(result.accessor), step->drv); - edit in src/hydra-queue-runner/state.hh at line 56[14.1810][4.3661]
std::shared_ptr<nix::FSAccessor> accessor;