Rename hydra_eval_jobs to hydra-eval-jobs

[?]
Nov 30, 2011, 5:13 PM
PIMGMGAFFP7UQFLLUZIY23G5DGJ5BQ52N3HX5NFKLUKZLHCDTQYQC

Dependencies

  • [2] PXUCXYZI * Pass `-j 1' to hydra_eval_jobs to ensure that it can make progress
  • [3] M3A5PZIH hydra: Clarify the dependency on BDW-GC.
  • [4] POPU2ATH * hydra_scheduler: use eval-jobs.
  • [5] 4N5APGRG * Start of a helper tool to evaluate job expressions efficiently.
  • [6] RFE6T5LG * Store jobset evaluations in the database explicitly. This includes
  • [7] 7ZHHVD6Q * Inputs of type "build" must now be declared explicitly.
  • [8] SHZLOM5M * eval-jobs -> hydra_eval_jobs.
  • [9] 3XTHEUMP * Implemented the clone feature.
  • [10] 2YXO5ZGQ Hydra/28: Rename "scheduler" to "evaluator"
  • [11] CHQEG6WY Hydra/29: Added timeout to svn/git checkouts, job evaluation
  • [12] FDE3BJAP * Refactoring.
  • [13] FV2M6MOT hydra: use autoconf/-make
  • [14] 5SHCWE7X * Prevent repeated evaluation of a jobset with the same inputs. This
  • [*] 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
    [4.17930][4.17931:17962]()
    bin_PROGRAMS = hydra_eval_jobs
    [4.17930]
    [4.17962]
    bin_PROGRAMS = hydra-eval-jobs
  • replacement in src/c/Makefile.am at line 3
    [4.17963][4.17963:18008]()
    hydra_eval_jobs_SOURCES = hydra_eval_jobs.cc
    [4.17963]
    [3.216]
    hydra_eval_jobs_SOURCES = hydra-eval-jobs.cc
  • file move: hydra_eval_jobs.cc (----------)hydra-eval-jobs.cc (----------)
    [4.1]
    [4.303]
  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 658
    [4.906][2.0:116]()
    ("hydra_eval_jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo)));
    [4.906]
    [4.3093]
    ("hydra-eval-jobs", $nixExprFullPath, "--gc-roots-dir", getGCRootsDir, "-j", 1, inputsToArgs($inputInfo)));
  • replacement in src/script/hydra-evaluator at line 112
    [4.4019][4.2046:2104]()
    # Hash the arguments to hydra_eval_jobs and check the
    [4.4019]
    [4.2104]
    # Hash the arguments to hydra-eval-jobs and check the
  • replacement in src/sql/hydra.sql at line 460
    [4.7607][4.7607:7666]()
    -- over the command-line arguments to hydra_eval_jobs.
    [4.7607]
    [4.3228]
    -- over the command-line arguments to hydra-eval-jobs.