* Escape the outPath in the generated nixexpr.tar.bz2 in channels, because

[?]
Mar 17, 2010, 4:49 PM
32LK6HFVX2KAUEY7KMNU7D25TVUW6R7EYRKUPQYBGC5XLZ2B5O7QC

Dependencies

  • [2] I42G2Z7P * Escape string literals.[
  • [3] LVJKRTIK * Generate a Nix expression for the channel.

Change contents

  • replacement in src/lib/Hydra/View/NixExprs.pm at line 30
    [2.302][3.910:970](),[3.910][3.910:970]()
    $res .= " outPath = " . $build->outpath . ";\n";
    [2.302]
    [3.970]
    $res .= " outPath = " . (escape $build->outpath) . ";\n";