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

@ -109,7 +109,7 @@ sub checkJobset {
fetchInputs($project, $jobset, $inputInfo);
my $checkoutStop = time;
# Hash the arguments to hydra_eval_jobs and check the
# Hash the arguments to hydra-eval-jobs and check the
# JobsetInputHashes to see if we've already evaluated this set of
# inputs. If so, bail out.
my @args = ($jobset->nixexprinput, $jobset->nixexprpath, inputsToArgs($inputInfo));