Use latest nixUnstable
[?]
Feb 3, 2017, 1:39 PM
X4KYZJBQ7WULUWTHAPX5BZTZR7C6HRCC4N4J5K726PGZKSY6FQOQCDependencies
- [2]
XCDTFZUYhydra-queue-runner: Fix build - [3]
34UH6B6LBuild against the bleeding edge of Nix - [4]
X6FOUYFJint2String -> std::to_string - [5]
7DEMMXE5Bump Nix - [6]
5CNQUQ77Bump Nix - [7]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [8]
YR2IM6Y5Temporarily disable machines after a connection failure - [9]
FITVNQ2SKeep track of the time we spend copying to/from build machines - [10]
IE2PRAQUhydra-queue-runner: Send build notifications - [11]
FCTX433OAdd buildStarted plugin hook - [12]
IJCXGTECBump Nix dependency - [13]
GS4BE6TBAsynchronously compress build logs - [14]
OKEMZJLSBump Nix - [15]
NTEDD7T4Provide a plugin hook for when build steps finish - [16]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [17]
PKTKSVTLBump Nix - [18]
4YCF3KBGConcurrent hydra-evaluator - [19]
VZKB5CIEWorkaround for RemoteStore not supporting cmdBuildDerivation yet - [*]
T4LLYESZ* Nix expression for building Hydra. - [*]
DODOGD7MSend queue runner stats to statsd - [*]
5AIYUMTBBasic remote building - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in release.nix at line 45
lib.overrideDerivation (aws-sdk-cpp.override {aws-sdk-cpp.override { - replacement in release.nix at line 48
}) (attrs: {src = fetchFromGitHub {owner = "edolstra";repo = "aws-sdk-cpp";rev = "d1e2479f79c24e2a1df8a3f3ef3278a1c6383b1e";sha256 = "1vhgsxkhpai9a7dk38q4r239l6dsz2jvl8hii24c194lsga3g84h";};});}; - edit in release.nix at line 50
/* - edit in release.nix at line 63
*/nix = nixUnstable; - replacement in src/hydra-queue-runner/build-remote.cc at line 187
child.pid.wait(true);child.pid.wait(); - replacement in src/hydra-queue-runner/build-remote.cc at line 431
child.pid.wait(true);child.pid.wait(); - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 462
int res = pid.wait(true);int res = pid.wait(); - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 524
int res = pid.wait(true);int res = pid.wait();