[PATCH] D74175: Removing SVN download of LIT due to MonoRepo

Drew Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 13:20:18 PST 2020


drew_maxwell updated this revision to Diff 244522.
drew_maxwell added a comment.

Changed protocol used from Git to HTTPS.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74175/new/

https://reviews.llvm.org/D74175

Files:
  requirements.client.txt


Index: requirements.client.txt
===================================================================
--- requirements.client.txt
+++ requirements.client.txt
@@ -19,4 +19,4 @@
 requests
 future
 # Use Monorepo for LIT
--e git+git://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit
+-e git+https://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74175.244522.patch
Type: text/x-patch
Size: 383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/ecc7f9db/attachment.bin>


More information about the llvm-commits mailing list