[botanist] Move LogListener start to before paving

This will allow us to get logs from the paving process.

Change-Id: Ie65a76691c39eba93b4f1e997356f2c85283acdf
1 file changed
tree: 3d1ef8970af4b7a39b7f1430f52f20a86253dfda
  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"