third_party/

directory
v0.0.0-...-f985571 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2023 License: Apache-2.0

README

Third party code

I'll want to replace these later. Leveraging to get a MVP sooner.

swarming_bot

rsync -Lav <ROOT>/luci-py/appengine/swarming/swarming_bot .

ui2

rsync -Lav <ROOT>/luci-py/appengine/swarming/ui2 .

remote

rsync -Lav <ROOT>/remote-apis/build .
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/googleapis/googleapis@latest
# Patch all the go_options lines in the proto files to be relative to this
# directory.
find build -name "*.pb.go" -delete
protoc --proto_path=. --go_out=. \
  -I=$GOPATH/pkg/mod/github.com/googleapis/googleapis@v0.0.0-20220329183022-151e02bdb281 \
  --go_opt=paths=source_relative \
  build/bazel/remote/asset/v1/remote_asset.proto \
  build/bazel/remote/execution/v2/remote_execution.proto \
  build/bazel/remote/logstream/v1/remote_logstream.proto \
  build/bazel/semver/semver.proto

Directories

Path Synopsis
build
ui2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL