/[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 6909 by pterjan, Sun Dec 30 18:47:22 2012 UTC revision 7079 by pterjan, Mon Jan 14 00:52:36 2013 UTC
# Line 141  foreach ($failure as $rpm => $error) { Line 141  foreach ($failure as $rpm => $error) {
141  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>";
142    
143  foreach ($success as $rpm) {  foreach ($success as $rpm) {
144          echo "<li><a href='$base_dir/$rpm/'>$rpm</a></li>\n";          if (file_exists("$base_dir/$rpm/")) {
145                    echo "<li><a href='$base_dir/$rpm/'>$rpm</a></li>\n";
146            } else {
147                    echo "<li>$rpm</li>\n";
148            }
149  }  }
150    
151  ?>  ?>

Legend:
Removed from v.6909  
changed lines
  Added in v.7079

  ViewVC Help
Powered by ViewVC 1.1.30