Additional helpful information in error messages.
[?]
Jun 30, 2018, 12:41 AM
BOGEJ3H2BBVJST4NDADX6JLTSBYCY23Y4ZLHRCDZFG4FUFQOZ2YQCDependencies
- [2]
6WRGCITDEnable declarative projects. - [3]
JAH3UPWASupport revision control systems via plugins - [4]
INNOEHO6* Fix getBuildLog for bzip2'd files. - [5]
GEADFVZ5hydra-queue-runner: Improved scheduling - [6]
CHI2EHBJdeclarative projects: Pull jobset spec build from the remote store - [7]
3BTJRSU3GitInput.pm: Don't do a chdir to the Git clone - [8]
AFTXA575* $HYDRA_DATA environment variable. - [9]
OSVLMLCQhydra: factored out build restart and - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
2GK5DOU7* Downloading closures.
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 59
die "invalid keys in declarative specification file\n" if (%{$declSpec});die "invalid keys ($declSpec) in declarative specification file\n" if (%{$declSpec}); - replacement in src/lib/Hydra/Helper/Nix.pm at line 428
die "command `@{$args{cmd}}' failed with exit status $res->{status}" if $res->{status};die "command `@{$args{cmd}}' failed with exit status $res->{status} in $args{dir}" if $res->{status};