[llvm-commits] [nightly-test-server] r60155 - /nightly-test-server/trunk/index.php

Misha Brukman brukman+llvm at gmail.com
Wed Nov 26 23:10:16 PST 2008


Author: brukman
Date: Thu Nov 27 01:10:15 2008
New Revision: 60155

URL: http://llvm.org/viewvc/llvm-project?rev=60155&view=rev
Log:
Reverting the large LOC graph back to 800x600 to test the website auto-updater.

Modified:
    nightly-test-server/trunk/index.php

Modified: nightly-test-server/trunk/index.php
URL: http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/index.php?rev=60155&r1=60154&r2=60155&view=diff

==============================================================================
--- nightly-test-server/trunk/index.php (original)
+++ nightly-test-server/trunk/index.php Thu Nov 27 01:10:15 2008
@@ -21,7 +21,7 @@
                 <td valign=top>
 
 <?
-print "<p align=right><a href='locgraph.php?xsize=900&ysize=500'><img src='locgraph.php' border=0 align=center height=250 width=400 alt='Lines of code graph'></a></p>\n";
+print "<p align=right><a href='locgraph.php?xsize=800&ysize=600'><img src='locgraph.php' border=0 align=center height=250 width=400 alt='Lines of code graph'></a></p>\n";
 
 /*
  * the following lists the tests in the last 24 hours





More information about the llvm-commits mailing list