Revert "[botanist] Fastboot continue back to fuchsia"

This reverts commit a5e101a4ee355ae0b050763d6f7fc33045ab6c88.

Reason for revert: did not work and introduces a new failure mode as `fastboot continue` hangs.

Original change's description:
> [botanist] Fastboot continue back to fuchsia
> 
> If fastboot is set, continue back to fuchsia after booting.
> 
> Change-Id: I29f686672705359d82b9aba487edfd93fecdfc3d

TBR=phosek@google.com,raggi@google.com,joshuaseaton@google.com,nmulcahey@google.com

Change-Id: I322cf596299a0a976cf0bb7a9ce9c5362bd943e6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
2 files changed
tree: 798be0211d725c307fd0d804b1e88c0d2120c21d
  1. bloaty/
  2. botanist/
  3. build/
  4. cache/
  5. cmd/
  6. color/
  7. digest/
  8. elflib/
  9. fastboot/
  10. gndoc/
  11. isatty/
  12. logger/
  13. mdns/
  14. netboot/
  15. ninjalog/
  16. pdu/
  17. qemu/
  18. retry/
  19. runtests/
  20. secrets/
  21. serial/
  22. symbolize/
  23. telnet/
  24. testrunner/
  25. testsharder/
  26. tftp/
  27. .gitignore
  28. go.mod
  29. go.sum
  30. LICENSE
  31. manifest
  32. PATENTS
  33. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"