[PATCH] D74175: Removing SVN download of LIT due to MonoRepo
Drew Maxwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 19:14:02 PST 2020
drew_maxwell updated this revision to Diff 243339.
drew_maxwell added a comment.
Removed previously commented-out line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74175/new/
https://reviews.llvm.org/D74175
Files:
mypatch.patch
requirements.client.txt
Index: requirements.client.txt
===================================================================
--- requirements.client.txt
+++ requirements.client.txt
@@ -18,6 +18,5 @@
pyyaml==3.13
requests
future
-#-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
# Use Monorepo rather than SVN for LIT
-e git+git://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit
Index: mypatch.patch
===================================================================
--- /dev/null
+++ mypatch.patch
@@ -0,0 +1,35 @@
+commit 5f53fcd5aab3aa563deaa98f9ad911d005d16302
+Author: Drew Maxwell <drew_maxwell at apple.com>
+Date: Fri Feb 7 15:51:02 2020 -0800
+
+ Removing need for SVN download for LIT/LNT
+
+diff --git a/requirements.client.txt b/requirements.client.txt
+index 2e129c0..2bf55bc 100644
+--- a/requirements.client.txt
++++ b/requirements.client.txt
+@@ -1,22 +1,23 @@
+ # Flask 0.11 does not work yet.
+ six
+ aniso8601==1.2.0
+ Flask==0.12.2
+ Flask-RESTful==0.3.4
+ Jinja2==2.7.2
+ MarkupSafe==0.23
+ SQLAlchemy==1.1.11
+ Werkzeug==0.12.2
+ itsdangerous==0.24
+ python-dateutil==2.6.0
+ python-gnupg==0.3.7
+ pytz==2016.10
+ WTForms==2.0.2
+ Flask-WTF==0.12
+ typing
+ click==6.7
+ pyyaml==3.13
+ requests
+ future
+-# No longer needed due to Monorepo
+ #-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
++# Use Monorepo rather than SVN for LIT
++-e git+git://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74175.243339.patch
Type: text/x-patch
Size: 1487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/1c06541b/attachment.bin>
More information about the llvm-commits
mailing list