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

@ -457,7 +457,7 @@ create table JobsetEvals (
-- the current inputs for a jobset, we hash the inputs together,
-- and if the resulting hash already appears in this table, we can
-- skip the jobset. Otherwise we proceed. The hash is computed
-- over the command-line arguments to hydra_eval_jobs.
-- over the command-line arguments to hydra-eval-jobs.
hash text not null,
foreign key (project) references Projects(name) on delete cascade on update cascade,