commit | 5097b45642e89518261304403f5050588c0557e7 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Wed Oct 23 01:37:02 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 23 01:37:02 2019 |
tree | b7a9f6d72e6819c87d2af97aa38a0c826bd8bf20 | |
parent | e92fbc7ba087af4de1f2a28d13b39e40aa0afc98 [diff] |
[lucicfg] Add lucicfg.current_module() function. Allows Starlark libraries to be aware of what script is calling them. R=tandrii@chromium.org BUG=1016462 Change-Id: Ib76c4a3f1eea520a6b54cb09dbdfa1c593b3a44d Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1874648 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.