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

Drew Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 11:04:50 PST 2020


drew_maxwell updated this revision to Diff 243635.
drew_maxwell set the repository for this revision to rG LLVM Github Monorepo.
drew_maxwell added a comment.

Removed the errant mypatch.patch file from the previous commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74175

Files:
  mypatch.patch


Index: mypatch.patch
===================================================================
--- mypatch.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-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.243635.patch
Type: text/x-patch
Size: 1086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/0e677dc1/attachment.bin>


More information about the llvm-commits mailing list