Rename hydra_eval_jobs to hydra-eval-jobs
[?]
Nov 30, 2011, 5:13 PM
PIMGMGAFFP7UQFLLUZIY23G5DGJ5BQ52N3HX5NFKLUKZLHCDTQYQCDependencies
- [2]
PXUCXYZI* Pass `-j 1' to hydra_eval_jobs to ensure that it can make progress - [3]
M3A5PZIHhydra: Clarify the dependency on BDW-GC. - [4]
POPU2ATH* hydra_scheduler: use eval-jobs. - [5]
SHZLOM5M* eval-jobs -> hydra_eval_jobs. - [6]
FDE3BJAP* Refactoring. - [7]
7ZHHVD6Q* Inputs of type "build" must now be declared explicitly. - [8]
5SHCWE7X* Prevent repeated evaluation of a jobset with the same inputs. This - [9]
RFE6T5LG* Store jobset evaluations in the database explicitly. This includes - [10]
FV2M6MOThydra: use autoconf/-make - [11]
2YXO5ZGQHydra/28: Rename "scheduler" to "evaluator" - [12]
CHQEG6WYHydra/29: Added timeout to svn/git checkouts, job evaluation - [13]
4N5APGRG* Start of a helper tool to evaluate job expressions efficiently. - [14]
3XTHEUMP* Implemented the clone feature. - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/c/Makefile.am at line 1
bin_PROGRAMS = hydra_eval_jobsbin_PROGRAMS = hydra-eval-jobs - replacement in src/c/Makefile.am at line 3
hydra_eval_jobs_SOURCES = hydra_eval_jobs.cchydra_eval_jobs_SOURCES = hydra-eval-jobs.cc - file move: hydra_eval_jobs.cc → hydra-eval-jobs.cc
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 658
("hydra_eval_jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo)));("hydra-eval-jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo))); - replacement in src/script/hydra-evaluator at line 112
# Hash the arguments to hydra_eval_jobs and check the# Hash the arguments to hydra-eval-jobs and check the - replacement in src/sql/hydra.sql at line 460
-- over the command-line arguments to hydra_eval_jobs.-- over the command-line arguments to hydra-eval-jobs.