[llvm-commits] CVS: llvm-www/demo/index.cgi

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 9 21:04:55 PST 2004



Changes in directory llvm-www/demo:

index.cgi updated: 1.33 -> 1.34
---
Log message:

No, I think he's not at x10 :)


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

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.33 llvm-www/demo/index.cgi:1.34
--- llvm-www/demo/index.cgi:1.33	Thu Dec  9 22:51:42 2004
+++ llvm-www/demo/index.cgi	Thu Dec  9 23:04:45 2004
@@ -5,7 +5,7 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2004/12/10 04:51:42 $
+# Last modified $Date: 2004/12/10 05:04:45 $
 #
 
 use strict;
@@ -21,7 +21,7 @@
 
 my $LOGFILE         = '/tmp/webcompile/log.txt';
 my $FORM_URL        = 'index.cgi';
-my $CONTACT_ADDRESS = 'gaeke -at- x10sys.com';
+my $CONTACT_ADDRESS = 'gaeke -at- uiuc.edu';
 my $LOGO_IMAGE_URL  = 'cathead.png';
 my $TIMEOUTAMOUNT   = 20;
 






More information about the llvm-commits mailing list