* Specifically log, for a build, whether the top-level derivation failed, or some dependency failed, or Nix itself barfed. In the latter case log the error output from Nix.
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
[% WRAPPER layout.tt title="Hydra Overview" %]
|
|
|
|
<h1>Logfile for <tt>[% build.project.name %]:[% build.attrname %]</tt> build [% build.id %]</h1>
|
|
|
|
<div class="buildlog">
|
|
[% logtext -%]
|
|
</div>
|
|
|
|
[% END %]
|