[zedboot][zero-state] Mexec Zedboot before attempting to Boot().

Also roll tools/botanist:
a303f70 [zedboot][zero-state] Insert a BootZedbootShim().
ba50100 [debroot] Include libxext and libxfixes in sysroot
4db369e [covargs] Always send the command into debug log
eae384c [mdns] Implement IPv6 listening.
10d1b25 [covargs] Use logger and colors
cfa20d3 [covarg] Support for writing the combined profile output as JSON
80dced9 [covargs] Skip invalid profile files
c1f3749 [testrunner] Record duration_milliseconds in summary.json
c5ad26b [covargs] Include newline when warning about missing module
53d63e8 [covargs] Don't fail for missing modules
ca9b12f [mdns] Simplify SO_REUSEPORT usage for UDP sockets.
c8501f3 [covargs] Support multiple inputs, use summmary as primary input
2f18034 [mdns] Move IPv4 connection state to interface.
60d591f mdns: Turn MDNS type into interface.
888941d [tools] Remove infra tools.
7612175 [debroot] Use single sysroot for all architectures
9ca17c4 [symbolize] Output human readable contextual info

Bug: 10241

Change-Id: I60bc70ed234827b867a5a1014c3562d1917b47dd
7 files changed
tree: 3360e1f489a8cfb1adb3d7c71be809f3c38e5239
  1. artifacts/
  2. botanist/
  3. buildbucket/
  4. cmd/
  5. digest/
  6. gcs/
  7. gotidy/
  8. resultstore/
  9. secrets/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}