Use http instead https for anonymous readonly check out.

llvm-svn: 75621
This commit is contained in:
Evan Cheng 2009-07-14 06:23:41 +00:00
parent 6f147a3c01
commit c0e371f143
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ my $HOME = $ENV{'HOME'};
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'};