/[soft]/build_system/web/autobuild/results.php
ViewVC logotype

Diff of /build_system/web/autobuild/results.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6882 by pterjan, Thu Dec 27 21:22:04 2012 UTC revision 6883 by pterjan, Thu Dec 27 21:25:35 2012 UTC
# Line 116  foreach ($runs as $r) { Line 116  foreach ($runs as $r) {
116  echo "</div>\n";  echo "</div>\n";
117  echo "<h1>$succes_percent% Success</h1>\n";  echo "<h1>$succes_percent% Success</h1>\n";
118  echo "$nb_fixed packages have been fixed since this run and $nb_removed have been removed.<br/> If no new package was broken, success rate next time should be $estimated_percent%.<br/>\n";  echo "$nb_fixed packages have been fixed since this run and $nb_removed have been removed.<br/> If no new package was broken, success rate next time should be $estimated_percent%.<br/>\n";
119  echo "<div style='float:left'><h1>Failed builds ($nb_failed/$nb_tried):</h1><ul>";  echo "<div style='float:left'><h1>Failed builds ($nb_failed/$nb_tried):</h1><ul style='list-style:none;'>";
120    
121  foreach ($failure as $rpm => $error) {  foreach ($failure as $rpm => $error) {
122          $status_html = "";          $status_html = "";

Legend:
Removed from v.6882  
changed lines
  Added in v.6883

  ViewVC Help
Powered by ViewVC 1.1.30