Rename hydra_eval_jobs to hydra-eval-jobs

This commit is contained in:
Eelco Dolstra
2011-11-30 18:13:35 +01:00
parent 92536c2e3c
commit be1935f66a
5 changed files with 5 additions and 5 deletions

View File

@ -655,7 +655,7 @@ sub evalJobs {
my $nixExprFullPath = $nixExprInput->{storePath} . "/" . $nixExprPath;
(my $res, my $jobsXml, my $stderr) = captureStdoutStderr(10800,
("hydra_eval_jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo)));
("hydra-eval-jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo)));
die "Cannot evaluate the Nix expression containing the jobs:\n$stderr" unless $res;
print STDERR "$stderr";