build/cmd/gomote
Michael Anthony Knyszek 681630b7c3 cmd/gomote: strip optional 'b' prefix character on build IDs
This is a minor point of friction. Simply accept the optional prefix to
make repro a little easier to use, especially for passing builds.

Change-Id: Id20ec9e13d65ed7f2f6541ecd1c9aae871206d56
Reviewed-on: https://go-review.googlesource.com/c/build/+/623636
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
2024-11-05 21:54:45 +00:00
..
README.md
create.go cmd/gomote: add help text to create explaining the builder name 2024-09-30 17:16:40 +00:00
destroy.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
get.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
gomote.go internal/iapclient, cmd/gomote: handle authentication failures 2024-09-24 17:11:31 +00:00
group.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
list.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
login.go cmd/gomote: use an unauthenticated LUCI client by default 2024-11-01 15:39:17 +00:00
ls.go cmd/gomote: use ListDirectoryStreaming 2024-10-02 19:15:02 +00:00
ping.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
push.go cmd/gomote: use ListDirectoryStreaming 2024-10-02 19:15:02 +00:00
push_test.go
put.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
rdp.go
repro.go cmd/gomote: strip optional 'b' prefix character on build IDs 2024-11-05 21:54:45 +00:00
rm.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
run.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00
ssh.go cmd/gomote: remove # prefix for command help 2024-09-19 18:44:38 +00:00

README.md

Go Reference

golang.org/x/build/cmd/gomote

The gomote command is a client for the Go builder infrastructure.