Bump Nix
[?]
Nov 9, 2016, 6:15 PM
5CNQUQ77EWOYWMW6VXQCSDITIO55UEKBI6CBV72NR7DPUBFLMWDACDependencies
- [2]
BUEWVH2MRemove signing parameter (nix#f435f82) - [3]
PLA4FYMZFix regression caused by ee2e9f53 - [4]
OKEMZJLSBump Nix - [5]
SOB276BAKeep some statistics for the binary cache stores - [6]
34UH6B6LBuild against the bleeding edge of Nix - [7]
5AIYUMTBBasic remote building - [8]
PKTKSVTLBump Nix - [9]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [10]
FITVNQ2SKeep track of the time we spend copying to/from build machines - [11]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [12]
7DEMMXE5Bump Nix - [13]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [14]
4YCF3KBGConcurrent hydra-evaluator - [15]
B2L4T3X6Sync with Nix - [16]
PDI5YPBYUse store-api for binary cache instantiation - [17]
E5YNZACSFix build - [18]
IKJBYIGYUpdate to reflect BinaryCacheStore changes - [19]
V2UCCYN3hydra-queue-runner: Get store mode configuration from hydra.conf - [20]
UVNTWTWGPrevent download of NARs we just uploaded - [*]
T4LLYESZ* Nix expression for building Hydra. - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in release.nix at line 61
rev = "d2c58ba60572e4248bd52f82fac57d6e0c79773d";sha256 = "195f23xcndzrzg3n4wk0884qa6k4gm9mq1pkhzd7rn30vkn564dc";rev = "2af5d35fdc1171a9bdab7e2fc005673d76417c06";sha256 = "1q2s4r895qn6sws048j7xwfdpyxm0dwkh52c55535w7x46am33wa"; - replacement in src/hydra-queue-runner/build-remote.cc at line 223
copyClosure(ref<Store>(localStore), destStore, step->drv.inputSrcs);copyClosure(ref<Store>(localStore), destStore, step->drv.inputSrcs, false, true); - replacement in src/hydra-queue-runner/build-remote.cc at line 391
destStore->importPaths(from, result.accessor);destStore->importPaths(from, result.accessor, true); - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 802[5.4620]→[5.25:67](∅→∅),[5.67]→[5.265:298](∅→∅),[5.298]→[5.68:141](∅→∅),[5.894]→[5.68:141](∅→∅),[5.141]→[5.1243:1249](∅→∅),[5.1243]→[5.1243:1249](∅→∅)
if (hydraConfig["store_uri"] == "") {_destStore = localStore;} else {_destStore = openStoreAt(hydraConfig["store_uri"]);}_destStore = hydraConfig["store_uri"] == ""? localStore: openStore(hydraConfig["store_uri"]);