tree: 452178d46508b0212d19cefafa734d297545d26f [path history] [tgz]
  1. bloaty/
  2. botanist/
  3. build/
  4. buildbucket/
  5. cache/
  6. cmd/
  7. color/
  8. digest/
  9. elflib/
  10. fastboot/
  11. gndoc/
  12. isatty/
  13. logger/
  14. mdns/
  15. netboot/
  16. ninjalog/
  17. pdu/
  18. qemu/
  19. resultstore/
  20. retry/
  21. runtests/
  22. secrets/
  23. serial/
  24. symbolize/
  25. tap/
  26. telnet/
  27. testrunner/
  28. testsharder/
  29. tftp/
  30. .gitignore
  31. go.mod
  32. go.sum
  33. LICENSE
  34. manifest
  35. PATENTS
  36. 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"