commit | 4e9555b31cd8df539b11fe254430d0f6927eb682 | [log] [tgz] |
---|---|---|
author | Chan Li <chanli@chromium.org> | Wed Oct 23 20:44:27 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 20:44:27 2024 |
tree | 8ef59b6cf755be9ce9cef75fd744e3ec6acfeb01 | |
parent | 7265d255f0147dcadaa60637439e1f84656aec02 [diff] |
[Buildbucket] Add redirect for "<buildbucket_host>/" Add a main handler for "/". But redirect to milo home page instead of cr-buildbucket/README.md in py code. Bug: 349886904 Change-Id: Ifea7cfa2d193befd132c2dd836735a39c24dd62b Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/5958387 Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: JB Tamas-Leloup <jtamasleloup@google.com> Commit-Queue: Chan Li <chanli@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
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.