[?]
Nov 28, 2008, 4:53 PM
IW6XNRL7KVUUXV7JH2AEVKNPSJ4KOXCGRK7J7BS744L74TGLFORQC

Dependencies

  • [2] BD3GRK4B * Get rid of "positive failures" and separate log phases.
  • [3] 6JGCGK5X
  • [4] CLJQCY2X * Store info about all the build actions and allow them to be
  • [5] J5UVLXOK * Start of a basic Catalyst web interface.
  • [6] BA46C5LN * Pretty-print the logs.

Change contents

  • replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 672
    [3.2365][2.236:301]()
    $c->stash->{logtext} = loadLog($build->resultInfo->logfile);
    [3.2365]
    [3.162]
    $c->stash->{logtext} = loadLog($c, $build->resultInfo->logfile);
  • replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 692
    [3.648][3.648:700]()
    $c->stash->{logtext} = loadLog($step->logfile);
    [3.648]
    [3.2413]
    $c->stash->{logtext} = loadLog($c, $step->logfile);
  • replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 697
    [3.2431][3.2431:2452]()
    my ($path) = @_;
    [3.2431]
    [2.302]
    my ($c, $path) = @_;
  • replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 703
    [3.99][3.99:203]()
    . " | nix-log2xml | xsltproc xsl/mark-errors.xsl - | xsltproc xsl/log2html.xsl - | tail -n +2";
    [3.99]
    [3.203]
    . " | nix-log2xml | xsltproc " . $c->path_to("xsl/mark-errors.xsl") . " -"
    . " | xsltproc " . $c->path_to("xsl/log2html.xsl") . " - | tail -n +2";