* Get rid of "positive failures" and separate log phases.

* 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.
This commit is contained in:
Eelco Dolstra
2008-11-25 00:38:16 +00:00
parent 125d7a985e
commit e742833da3
21 changed files with 118 additions and 152 deletions

View File

@ -153,6 +153,11 @@ td.buildfarmMainColumn {
white-space: pre;
}
.error {
color: red;
font-weight: bold;
}
pre.buildlog {
border: 1px solid black;
padding: 0.3em;

View File

@ -75,7 +75,7 @@ em.storeref:hover span.popup {
font-size: larger;
}
.error {
.errorLine {
color: #ff0000;
font-weight: bold;
}