* For ease of use during debugging, don't require --gc-roots-dir.
[?]
Jun 1, 2010, 11:20 AM
77VF5TC64OAL6CNIDZL7RO3UAAB4Y7CIMWBZGDKL7Z3AGI4DRGGACDependencies
- [2]
A63IHCMX* Register GC roots properly. - [3]
HVXL2XUZ - [4]
YGRLM2SK* Export all relevant info about the derivation. - [5]
4LWGZL33 - [6]
POPU2ATH* hydra_scheduler: use eval-jobs. - [*]
4N5APGRG* Start of a helper tool to evaluate job expressions efficiently.
Change contents
- replacement in src/c/hydra_eval_jobs.cc at line 154
Path root = gcRootsDir + "/" + baseNameOf(drvPath);if (!pathExists(root)) addPermRoot(drvPath, root, false);if (gcRootsDir != "") {Path root = gcRootsDir + "/" + baseNameOf(drvPath);if (!pathExists(root)) addPermRoot(drvPath, root, false);} - replacement in src/c/hydra_eval_jobs.cc at line 234
if (gcRootsDir == "") throw UsageError("--gc-roots-dir not specified");if (gcRootsDir == "") printMsg(lvlError, "warning: `--gc-roots-dir' not specified");