Move botanist to tools

This change moves all of botanists implementation from infra/infra
to tools project repository.

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