/[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 6864 by pterjan, Sat Dec 15 22:09:38 2012 UTC revision 6865 by pterjan, Wed Dec 26 13:55:57 2012 UTC
# Line 127  foreach ($failure as $rpm) { Line 127  foreach ($failure as $rpm) {
127          } elseif ($prev && !$prev_failure[$rpm]) {          } elseif ($prev && !$prev_failure[$rpm]) {
128                  $status = " <span style='color:red;'><b>New!</b></span>";                  $status = " <span style='color:red;'><b>New!</b></span>";
129          }          }
130          echo "<li><a href='$base_dir/$rpm/'>$rpm</a>$status</li>\n";          if (file_exists("$base_dir/$rpm/")) {
131                    echo "<li><a href='$base_dir/$rpm/'>$rpm</a>$status</li>\n";
132            } else {
133                    echo "<li>$rpm $status</li>\n";
134            }
135  }  }
136    
137  echo "</ul></div><div style='float:right'><h1>Successful builds ($nb_success/$nb_tried):</h1><ul>";  echo "</ul></div><div style='float:right'><h1>Successful builds ($nb_success/$nb_tried):</h1><ul>";

Legend:
Removed from v.6864  
changed lines
  Added in v.6865

  ViewVC Help
Powered by ViewVC 1.1.30