* Call computeFSClosure() directly.

[?]
Mar 4, 2010, 2:15 PM
CJTOL7Y2YVHNTXJJ5VSETTRPVPHVOMSU4LORLJGGRFITIPWRHEOQC

Dependencies

  • [2] BDSD2JLV * Speed up manifest generation.
  • [3] TPDJL4TY * Add derivations and all build-time dependencies of a build to the
  • [4] 5NO7NCKT * Refactoring.
  • [5] IWVA2P2Y * Generate manifests on demand. Next step: generate NAR archives on
  • [6] 2JQ7WEFM

Change contents

  • edit in src/lib/Hydra/View/NixManifest.pm at line 6
    [2.746]
    [4.593]
    use Nix;
  • replacement in src/lib/Hydra/View/NixManifest.pm at line 16
    [4.744][3.349:441](),[3.441][4.976:1051](),[4.976][4.976:1051]()
    my @paths = split '\n', `nix-store --query --requisites --include-outputs @storePaths`;
    die "cannot query dependencies of path(s) @storePaths: $?" if $? != 0;
    [4.744]
    [4.880]
    my @paths = Nix::computeFSClosure(0, 1, @storePaths);