[go: nahoru, domu]

[swarming] Update `cas` tool.

To pick up
https://chromium.googlesource.com/infra/luci/luci-go/+/f28a4b7a79b1

R=chanli@chromium.org

Change-Id: I774f4dd8c21ab33163e42b5b6e7a9f2b41a758b7
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5366561
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Chan Li <chanli@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: a5a8306432ebc3b4cb0ff6ea08adbd357989ccb1
1 file changed
tree: d15f0274a2116aaabd0e1716543edecef9047bbb
  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.