build/cmd/gomote
Tobias Klauser 78507e111a cmd/gomote: list correct number of transferred files during push
CL 73334 limited the number of files listed during a push, but there is
an offf-by-one. Only 4 files are listed, but the messages says "only
showed 5". Fix the check such that 5 files are listed.

Before:

2018/01/03 09:39:11 Remote doesn't have "src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer_test.go"
2018/01/03 09:39:11 Remote doesn't have "src/regexp/example_test.go"
2018/01/03 09:39:11 Remote doesn't have "src/runtime/debug/stubs.go"
2018/01/03 09:39:11 Remote doesn't have "src/runtime/defs_netbsd_386.go"
2018/01/03 09:39:11 Remote doesn't have 7245 files (only showed 5).

After:

2018/01/03 10:19:28 Remote doesn't have "src/cmd/vet/testdata/shift.go"
2018/01/03 10:19:28 Remote doesn't have "src/syscall/ztypes_linux_mips64le.go"
2018/01/03 10:19:28 Remote doesn't have "src/os/os_unix_test.go"
2018/01/03 10:19:28 Remote doesn't have "src/runtime/duff_amd64.s"
2018/01/03 10:19:28 Remote doesn't have "src/runtime/rt0_dragonfly_amd64.s"
2018/01/03 10:19:28 Remote doesn't have 7079 files (only showed 5).

Change-Id: I0a2fa401883b609727a5bf3d72bac3d242bdecbd
Reviewed-on: https://go-review.googlesource.com/85757
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-01-03 16:03:42 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
create.go cmd/gomote, buildenv, buildlet: move config code to common places 2016-09-27 18:47:08 +00:00
destroy.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
get.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
gomote.go cmd/coordinator, cmd/buildlet, cmd/gomote: add SSH support 2017-07-28 18:21:11 +00:00
list.go all: fix "go vet" errors 2017-04-03 19:14:46 +00:00
ls.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
ping.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
push.go cmd/gomote: list correct number of transferred files during push 2018-01-03 16:03:42 +00:00
put.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
rm.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
run.go cmd/gomote: consistently support a direct-to-buildlet mode, bypassing coordinator 2017-03-28 21:02:46 +00:00
ssh.go cmd/coordinator, cmd/buildlet, cmd/gomote: add SSH support 2017-07-28 18:21:11 +00:00

README.md

GoDoc

golang.org/x/build/cmd/gomote

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