[llvm-commits] [llvm] r75621 - /llvm/trunk/utils/NewNightlyTest.pl

Evan Cheng evan.cheng at apple.com
Mon Jul 13 23:23:42 PDT 2009


Author: evancheng
Date: Tue Jul 14 01:23:41 2009
New Revision: 75621

URL: http://llvm.org/viewvc/llvm-project?rev=75621&view=rev
Log:
Use http instead https for anonymous readonly check out.

Modified:
    llvm/trunk/utils/NewNightlyTest.pl

Modified: llvm/trunk/utils/NewNightlyTest.pl
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/NewNightlyTest.pl?rev=75621&r1=75620&r2=75621&view=diff

==============================================================================
--- llvm/trunk/utils/NewNightlyTest.pl (original)
+++ llvm/trunk/utils/NewNightlyTest.pl Tue Jul 14 01:23:41 2009
@@ -101,7 +101,7 @@
 my $SVNURL     = $ENV{"SVNURL"};
 $SVNURL        = 'http://llvm.org/svn/llvm-project' unless $SVNURL;
 my $TestSVNURL = $ENV{"TestSVNURL"};
-$TestSVNURL    = 'https://llvm.org/svn/llvm-project' unless $TestSVNURL;
+$TestSVNURL    = 'http://llvm.org/svn/llvm-project' unless $TestSVNURL;
 my $CVSRootDir = $ENV{'CVSROOT'};
 $CVSRootDir    = "/home/vadve/shared/PublicCVS" unless $CVSRootDir;
 my $BuildDir   = $ENV{'BUILDDIR'};





More information about the llvm-commits mailing list