aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-14 06:23:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-14 06:23:41 +0000
commite45329e49c0e9c8c94b72c8509e20313a9af2340 (patch)
tree373b2b71daa93f5ca8696e707f6034ad27dbd170 /utils
parent62d27af3c1c0a043eb29405ac90eb8496fbbd6dc (diff)
downloadexternal_llvm-e45329e49c0e9c8c94b72c8509e20313a9af2340.zip
external_llvm-e45329e49c0e9c8c94b72c8509e20313a9af2340.tar.gz
external_llvm-e45329e49c0e9c8c94b72c8509e20313a9af2340.tar.bz2
Use http instead https for anonymous readonly check out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/NewNightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index fd38a05..23982f1 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -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'};