Improve erorr message
[?]
Jul 17, 2017, 12:10 PM
ZUXMEUX6PPFXU7ELM3DL7ICM44UBRDNFHOKYZUD2YEJQSVWLTRSQCDependencies
- [2]
FCTX433OAdd buildStarted plugin hook - [3]
X4KYZJBQUse latest nixUnstable - [4]
IE2PRAQUhydra-queue-runner: Send build notifications - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 513
if (res != 0)throw Error(format("hydra-build returned exit code %1% notifying about build %2%")% res % item.id);if (!statusOk(res))throw Error("notification about build %d failed: %s", item.id, statusToString(res));