commit | 455dd64974bfa530ca8c918472b42873376099f3 | [log] [tgz] |
---|---|---|
author | Akash Mukherjee <akashmukherjee@google.com> | Thu Mar 24 06:06:25 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 24 06:06:25 2022 |
tree | cf905bc4ac1ae4c7868ec9904817b46b3df95081 | |
parent | 98cd37e32d069d43a1093c5b87f8678398fb4124 [diff] |
[snoopy] Deprecate older method. This CL deprecates the older method. This will be submitted only after the Google internal downstream change is submitted. R=jclitnon@google.com Bug:1269830 Change-Id: Ie07294711286b75856e71fba0eb0989cfd01e33c Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3546798 Reviewed-by: Jason Clinton <jclinton@chromium.org> Commit-Queue: Akash Mukherjee <akashmukherjee@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.