[PATCH] D44731: Switch to secure http for checking out test-suite
Galina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 17:57:24 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329138: [zorg] Switch to secure http for checking out test-suite. (authored by gkistanova, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D44731?vs=139280&id=140888#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44731
Files:
zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
Index: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
@@ -370,7 +370,7 @@
defaultBranch='trunk',
workdir='test/lnt'))
f.addStep(SVN(name='svn-test-suite',
- mode='update', baseURL='http://llvm.org/svn/llvm-project/test-suite/',
+ mode='update', baseURL='https://llvm.org/svn/llvm-project/test-suite/',
defaultBranch='trunk',
workdir='test/test-suite'))
if checkout_lld:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44731.140888.patch
Type: text/x-patch
Size: 697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/6e81f0c2/attachment.bin>
More information about the llvm-commits
mailing list