Better error message

[?]
Apr 14, 2015, 1:16 PM
J7WIAUWTYAUXLXVND7I45NOGHMDT4GGB5GPRJCXJJDGKQHWSVVGQC

Dependencies

  • [2] 53PW36WS hydra-evaluator: When evaluating a single jobset, exit with a failure code if evaluation fails
  • [3] 5GRJZZOR
  • [4] OVR2RWBI hydra-evaluator: Always pick the jobset that hasn't been evaluated longest
  • [5] NI5BVF2V * In job inputs of type "build", allow the project and jobset names of
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • replacement in src/script/hydra-evaluator at line 329
    [3.144][3.144:228]()
    my $jobset = $db->resultset('Jobsets')->find($projectName, $jobsetName) or die;
    [3.144]
    [2.64]
    my $jobset = $db->resultset('Jobsets')->find($projectName, $jobsetName) or die "$0: specified jobset does not exist\n";