[?]
Nov 29, 2008, 12:56 AM
M3WSK4CBBGLP5W4YXPKWDL67RS2JV6VRTF67GLFKP7Q2FBT3NC6QC

Dependencies

Change contents

  • replacement in src/Hydra/root/product-list.tt at line 31
    [2.1862][2.1862:1913]()
    <pre>nix-env -i [% product.path %]</pre>
    [2.1862]
    [2.1913]
    <pre>$ nix-env -i [% product.path %]</pre>
  • edit in src/Hydra/root/product-list.tt at line 93
    [3.6666]
    [3.6666]
    [% CASE "release-notes" %]
    Release notes
  • replacement in src/Hydra/script/hydra_scheduler.pl at line 349
    [3.3832][3.3832:3867]()
    die unless defined $exprInput;
    [3.3832]
    [3.3867]
    die "No input named " . $jobset->nixexprinput unless defined $exprInput;
  • replacement in src/Hydra/script/hydra_scheduler.pl at line 351
    [3.3868][3.3868:3941]()
    die "not supported yet" if scalar($exprInput->jobsetinputalts) != 1;
    [3.3868]
    [3.3941]
    die "Multiple alternatives for the Nix expression input not supported yet"
    if scalar($exprInput->jobsetinputalts) != 1;