buildlogs: index.php Separate dists.

arekm arekm at pld-linux.org
Sat Oct 18 12:25:25 CEST 2014


Author: arekm                        Date: Sat Oct 18 10:25:25 2014 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
Separate dists.

---- Files affected:
buildlogs:
   index.php (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.34 buildlogs/index.php:1.35
--- buildlogs/index.php:1.34	Sat Oct 18 12:15:22 2014
+++ buildlogs/index.php	Sat Oct 18 12:25:20 2014
@@ -514,16 +514,17 @@
 
 	echo "<table width=\"100%\" border=\"0\">\n";
 	echo "<tr><td bgcolor=\"#cccccc\" nowrap=\"nowrap\">"._("Failed")."</td><td bgcolor=\"#cccccc\">"._("Ok")."</td></tr>\n";
-  foreach ($addr as $dist => $ddist) {
-    foreach ($ddist as $arch) {
-		echo "<tr><td nowrap=\"nowrap\">".
-		     "<a href=\"$url?dist=$dist&arch=$arch&ok=0&cnt=$cnt\">
-             $dist/$arch</a></td><td nowrap=\"nowrap\">".
-		     "[<a href=\"$url?dist=$dist&arch=$arch&ok=1&cnt=$cnt\">OK</a>]</td>".
-		     #"<td>[<a href=\"$url?idx=$i&action=qa\">qa</a>]</td>".
-		     "</tr>\n";
-    }
-  }
+	foreach ($addr as $dist => $ddist) {
+		echo "<tr><td colspan=2 nowrap=\"nowrap\"><hr/></td></tr>\n";
+		foreach ($ddist as $arch) {
+			echo "<tr><td nowrap=\"nowrap\">".
+				"<a href=\"$url?dist=$dist&arch=$arch&ok=0&cnt=$cnt\">
+				$dist/$arch</a></td><td nowrap=\"nowrap\">".
+				"[<a href=\"$url?dist=$dist&arch=$arch&ok=1&cnt=$cnt\">OK</a>]</td>".
+				#"<td>[<a href=\"$url?idx=$i&action=qa\">qa</a>]</td>".
+				"</tr>\n";
+		}
+	}
 	echo "</table><hr />\n";
 	
 	echo "<div align=\"center\">";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/buildlogs/index.php?r1=1.34&r2=1.35



More information about the pld-cvs-commit mailing list