cmd/ejobs: ask for confirmation on binary overwrite

We also communicate when the binary was last modified. In addition, we
try to remember who was the user creating the job so it is easier to
make decision on whether to overwrite the binary.

This CL also changes progress messages as to hide internal details of
the command and keep them consistent.

Change-Id: If9798487ba311b437d8c9aa17428bd26969565c5
Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/507197
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
1 file changed
tree: 079c68c5b57c120261522605066b0d00d21db34c
  1. cmd/
  2. deploy/
  3. devtools/
  4. internal/
  5. terraform/
  6. .dockerignore
  7. .gitignore
  8. all_test.go
  9. checks.bash
  10. config.json.commented
  11. CONTRIBUTING.md
  12. go.mod
  13. go.sum
  14. LICENSE
  15. Makefile
  16. PATENTS
  17. README.md
  18. tools.go
README.md

pkgsite-metrics

This repository contains code that serves pkg.go.dev/metrics.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.