commit | 00479b4b345cce30554424b09abd387a0a326ebe | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <yiwzhang@google.com> | Thu Jan 23 18:34:38 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 18:34:38 2025 |
tree | 9a15f8b770758ac2b2f80b7d028daa19543175ee | |
parent | 76198d43824d8ca7e5648bfa6d0b55e50debf358 [diff] |
lucicfg: fix the documentation of CQ_NEW_PATCHSET_RUN_TRIGGERER looks like multi-line docstring would cause generated doc to be incorrectly formatted: https://chromium.googlesource.com/infra/luci/luci-go/+/97f3bf2f6ddd79717290812f0e0daf28718ce66c/lucicfg/doc/README.md#:~:text=acl.CQ_NEW_PATCHSET_RUN_TRIGGERER Change-Id: I2047e23e9a6d2812a58d0a18a6027e8b70847615 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/6190048 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org> Auto-Submit: Yiwei Zhang <yiwzhang@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
It is now possible to directly install tools with go install:
go install go.chromium.org/luci/auth/client/cmd/...@latest go install go.chromium.org/luci/buildbucket/cmd/...@latest go install go.chromium.org/luci/cipd/client/cmd/...@latest go install go.chromium.org/luci/client/cmd/...@latest go install go.chromium.org/luci/cv/cmd/...@latest go install go.chromium.org/luci/gce/cmd/...@latest go install go.chromium.org/luci/grpc/cmd/...@latest go install go.chromium.org/luci/logdog/client/cmd/...@latest go install go.chromium.org/luci/luci_notify/cmd/...@latest go install go.chromium.org/luci/lucicfg/cmd/...@latest go install go.chromium.org/luci/luciexe/legacy/cmd/...@latest go install go.chromium.org/luci/mailer/cmd/...@latest go install go.chromium.org/luci/mmutex/cmd/...@latest go install go.chromium.org/luci/resultdb/cmd/...@latest go install go.chromium.org/luci/server/cmd/...@latest go install go.chromium.org/luci/swarming/cmd/...@latest go install go.chromium.org/luci/tokenserver/cmd/...@latest go install go.chromium.org/luci/tools/cmd/...@latest
Contributing uses the same flow as Chromium contributions.