hydra-queue-runner: better error message if nix-store can not be started
[?]
Jan 22, 2019, 4:27 PM
2BPAQMDHAADKDRRN44J4GOYPZDWJWZYM3EDCH34IRDWVJPV46GLQCDependencies
- [2]
4VYY2ADPAllow the machines file to specify host public keys - [3]
7VQ4ALFYUpdate "make check" for the new queue runner - [4]
5AIYUMTBBasic remote building - [5]
XCDTFZUYhydra-queue-runner: Fix build
Change contents
- edit in src/hydra-queue-runner/build-remote.cc at line 32
string pgmName; - replacement in src/hydra-queue-runner/build-remote.cc at line 51
if (machine->sshName == "localhost")if (machine->sshName == "localhost") {pgmName = "nix-store"; - edit in src/hydra-queue-runner/build-remote.cc at line 54
} - edit in src/hydra-queue-runner/build-remote.cc at line 56
pgmName = "ssh"; - replacement in src/hydra-queue-runner/build-remote.cc at line 73
throw SysError("cannot start ssh");throw SysError("cannot start %s", pgmName);