[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php testers.php

Jim Laskey jlaskey at apple.com
Tue Sep 26 05:07:20 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.58 -> 1.59
testers.php updated: 1.2 -> 1.3
---
Log message:

Odds and sods

---
Diffs of the changes:  (+3 -3)

 NightlyTestAccept.php |    2 --
 testers.php           |    4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.58 nightlytest-serverside/NightlyTestAccept.php:1.59
--- nightlytest-serverside/NightlyTestAccept.php:1.58	Wed Sep 20 06:31:36 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Tue Sep 26 07:07:06 2006
@@ -957,8 +957,6 @@
 chdir("$cwd/machines/$machine_id");
 
 WriteFile("$db_date-Build-Log.txt", $build_log);
-// WriteFile("$db_date-O-files.txt", $o_file_size);
-// WriteFile("$db_date-A-files.txt", $a_file_size);
 
 $sentdata="";
 foreach ($_GET as $key => $value) {


Index: nightlytest-serverside/testers.php
diff -u nightlytest-serverside/testers.php:1.2 nightlytest-serverside/testers.php:1.3
--- nightlytest-serverside/testers.php:1.2	Fri Sep  8 17:47:25 2006
+++ nightlytest-serverside/testers.php	Tue Sep 26 07:07:06 2006
@@ -36,8 +36,9 @@
         print "\t\t<td>ID</td>\n";
         print "\t\t<td>Nickname</td>\n";
         print "\t\t<td>Machine name</td>\n";
-        print "\t\t<td>Operating System</td>\n";
+        print "\t\t<td>Operating system</td>\n";
         print "\t\t<td>Hardware</td>\n";
+        print "\t\t<td>GCC version</td>\n";
         print "\t\t<td>Time of last test</td>\n";
         print "\t\t<td>Build status of last test</td>\n";
 print "\t</tr>\n";
@@ -61,6 +62,7 @@
 	print "\t\t<td><a href=\"machine.php?machine={$row['id']}\">{$row['name']}</a></td>\n";
         print "\t\t<td>{$row['os']}</td>\n";
         print "\t\t<td>{$row['hardware']}</td>\n";
+        print "\t\t<td>{$row['gcc']}</td>\n";
         print "\t\t<td>{$latest_test['added']}</td>\n";
         print "\t\t<td>{$latest_test['buildstatus']}</td>\n";
         print "\t</tr>\n";






More information about the llvm-commits mailing list