commit | 921efa6aab2637b5df780b4a30896709e1845f3c | [log] [tgz] |
---|---|---|
author | Marc-Antoine Ruel <maruel@chromium.org> | Wed Apr 17 20:14:59 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 17 20:14:59 2019 |
tree | 3184486d0e654435752aaf68dbb9fdfdf95bc315 | |
parent | bfd8fe3149eb23abfe7b4dca5d856c6b6fe20438 [diff] |
client: Zap out third_party/__init__.py; stop including client - Reduce the size of the uploaded code to App Engine by selectively including files from client/ and removing duplicate infra_libs/. - Remove client/third_party/__init__.py. This forces stopping from using 'from third_party', which is necessary to update requests later. Bug: 916644 Change-Id: I3f2c1f93869d3b6982a71aa032764871904c6ac4 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/1534038 Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org> Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py Cr-Mirrored-Commit: 9a2cf4d5f6381903fd3c1e6efb48861e7f57ac0f
This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.
To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.
This project is licensed under Apache v2.0 license. See LICENSE for details.