buildlogs: index.php Show rpmqa db creation time.

arekm arekm at pld-linux.org
Tue Oct 14 13:03:47 CEST 2014


Author: arekm                        Date: Tue Oct 14 11:03:47 2014 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
Show rpmqa db creation time.

---- Files affected:
buildlogs:
   index.php (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.29 buildlogs/index.php:1.30
--- buildlogs/index.php:1.29	Tue Oct 14 12:56:24 2014
+++ buildlogs/index.php	Tue Oct 14 13:03:42 2014
@@ -606,10 +606,15 @@
 	 	echo _("Sorry, cannot open.");
 	} else {
 		while (($s = fgets($f, 1000)) != false) {
+			if (stristr($s, "Query done at:")) {
+				echo "rpmqa database from " . strstr($s, ":") . "\n";
+						continue;
+			}
+
 			if (stristr($s, $str))
 				echo $s;
 		}
-		echo "/* EOF */";
+		echo "\n/* EOF */";
 	}
 	end_pre();
 }
================================================================

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



More information about the pld-cvs-commit mailing list