[botanist] Delete individual image flags.

Note: The version of botanist in the recipes is pinned, and it has been
demonstrated that botanist at HEAD works when passing image manifests:
fuchsia - https://fuchsia-review.googlesource.com/c/infra/recipes/+/237080
zircon - https://fuchsia-review.googlesource.com/c/infra/recipes/+/237081
Therefore it is safe to submit this change ahead of the above two.

Bug: INTK-736
Test: tested zedboot and qemu codepaths locally
Change-Id: I30de8a916cc37a4829fec2c96c08207909c057bd
3 files changed
tree: bfe41db34e82431afc783bed708544e0f3a14833
  1. bloaty/
  2. botanist/
  3. cache/
  4. cmd/
  5. color/
  6. digest/
  7. elflib/
  8. fastboot/
  9. gndoc/
  10. isatty/
  11. logger/
  12. mdns/
  13. netboot/
  14. ninjalog/
  15. pdu/
  16. qemu/
  17. retry/
  18. secrets/
  19. serial/
  20. symbolize/
  21. telnet/
  22. tftp/
  23. .gitignore
  24. go.mod
  25. go.sum
  26. LICENSE
  27. manifest
  28. PATENTS
  29. 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"