[?]
Nov 28, 2008, 4:53 PM
IW6XNRL7KVUUXV7JH2AEVKNPSJ4KOXCGRK7J7BS744L74TGLFORQCDependencies
- [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
$c->stash->{logtext} = loadLog($build->resultInfo->logfile);$c->stash->{logtext} = loadLog($c, $build->resultInfo->logfile); - replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 692
$c->stash->{logtext} = loadLog($step->logfile);$c->stash->{logtext} = loadLog($c, $step->logfile); - replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 697
my ($path) = @_;my ($c, $path) = @_; - replacement in src/Hydra/lib/Hydra/Controller/Root.pm at line 703
. " | nix-log2xml | xsltproc xsl/mark-errors.xsl - | xsltproc xsl/log2html.xsl - | tail -n +2";. " | nix-log2xml | xsltproc " . $c->path_to("xsl/mark-errors.xsl") . " -". " | xsltproc " . $c->path_to("xsl/log2html.xsl") . " - | tail -n +2";