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]
3BTJRSU3GitInput.pm: Don't do a chdir to the Git clone - [5]
CHI2EHBJdeclarative projects: Pull jobset spec build from the remote store - [6]
GEADFVZ5hydra-queue-runner: Improved scheduling - [7]
AFTXA575* $HYDRA_DATA environment variable. - [8]
OSVLMLCQhydra: factored out build restart and - [9]
INNOEHO6* Fix getBuildLog for bzip2'd files. - [*]
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};