Remove signing parameter (nix#f435f82)
[?]
May 11, 2016, 4:36 PM
BUEWVH2MOUKUGR4F2BOHIUP63A7UYPLPYBRLJQY6HW4T2HF3LHYQCDependencies
- [2]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [3]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [4]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [5]
DKJFD6JNProcess Nix API changes - [6]
UVNTWTWGPrevent download of NARs we just uploaded - [7]
FITVNQ2SKeep track of the time we spend copying to/from build machines - [8]
6TY4LNHHFinish copyClosure - [*]
5AIYUMTBBasic remote building
Change contents
- replacement in src/hydra-queue-runner/build-remote.cc at line 109
destStore->exportPaths(missing, false, to);destStore->exportPaths(missing, to); - replacement in src/hydra-queue-runner/build-remote.cc at line 363
destStore->importPaths(false, from, result.accessor);destStore->importPaths(from, result.accessor);