projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eac016
)
Use http instead https for anonymous readonly check out.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 14 Jul 2009 06:23:41 +0000
(06:23 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 14 Jul 2009 06:23:41 +0000
(06:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75621
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index fd38a05cf0b068629af54f3011cf811f3b42f042..23982f176902dcfd1f5be5bbfa5c1494a05df70a 100755
(executable)
--- 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 = 'http
s
://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'};