[llvm-commits] CVS: nightlytest-serverside/fulltest.php
Patrick Jenkins
pjenkins at apple.com
Thu Jul 27 12:11:26 PDT 2006
Changes in directory nightlytest-serverside:
fulltest.php updated: 1.4 -> 1.5
---
Log message:
Added link to build log
---
Diffs of the changes: (+24 -0)
fulltest.php | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+)
Index: nightlytest-serverside/fulltest.php
diff -u nightlytest-serverside/fulltest.php:1.4 nightlytest-serverside/fulltest.php:1.5
--- nightlytest-serverside/fulltest.php:1.4 Wed Jul 19 11:13:30 2006
+++ nightlytest-serverside/fulltest.php Thu Jul 27 14:11:12 2006
@@ -96,6 +96,17 @@
/*****************************************************
*
+ * Printing link to build log
+ *
+ ******************************************************/
+$buildfile=str_replace(" ", "_", $cur_date);
+if(file_exists("machines/$machine_id/$buildfile-Build-Log.txt")){
+ print "<h4><a href=\"machines/$machine_id/$buildfile-Build-Log.txt\">".
+ "View Build Log</a></h4>\n";
+}
+
+/*****************************************************
+ *
* Printing the times table
*
******************************************************/
@@ -455,6 +466,19 @@
/*****************************************************
*
+ * Printing file size information
+ *
+ ******************************************************/
+print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('CVSInformation');\", id=\"CVSInformation_\">(-) CVS information</a></font>\n";
+print "<div id=\"CVSInformation\" style=\"display: none;\" class=\"hideable\">\n";
+
+print"<h3><u>File Size information:</u></h3><br>\n";
+
+print "</div><br><br>\n";
+
+
+/*****************************************************
+ *
* ending sidebar table here
*
******************************************************/
More information about the llvm-commits
mailing list