commit | b94d5b70cf29ce743cd79290be37d95e0ff7fbc0 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Mon Apr 06 21:36:47 2020 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 06 21:36:47 2020 |
tree | d70c0c203952faef0cacf5eabc972a072f2c0d71 | |
parent | d24afc83de47479a3f0133cf6e6138af23bfdbd3 [diff] |
[lucicfg] Teach validate.relative_path to apply the path to a base. To avoid doing string math manually to get rid of ".."'s. R=iannucci@chromium.org, tandrii@chromium.org Change-Id: Ibd6bf97a13f7851c5f20450698c21a74cbc3ea34 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2136235 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
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.