[go: up one dir, main page]

cleanup owners in infra_libs

remove those who no longer works for infra

Change-Id: Ic335c8d28c73a15e249fb78fef46ed0eabb6ef8c
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/7215981
Auto-Submit: Scott Lee <ddoman@chromium.org>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
NOKEYCHECK=True
GitOrigin-RevId: 7b75985ca128cbd63122bacee346fbad6bbe8c68
1 file changed
tree: 6d329cec017c6358fce75d1304c959b50c114a4f
  1. libs/
  2. tests/
  3. third_party/
  4. utils/
  5. .gitignore
  6. auth.py
  7. cipd.py
  8. errors.py
  9. LICENSE
  10. local_caching.py
  11. LUCI_CONTEXT.md
  12. OWNERS
  13. PRESUBMIT.py
  14. README.md
  15. README.py
  16. run_isolated.py
  17. swarming.py
  18. test.py
  19. unittest.cfg
  20. WATCHLISTS
README.md

LUCI Python Client

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.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.