[catalyst] Deliver zedboot via ipxe.

This change adds a single use endpoint to the NUC reboot server that
delivers the build's version of zedboot to the NUC. This will be used
in place of paving zedboot on NUCs eventually, but that change will
be in a following CL so that the current flow doesn't break.

Change-Id: I2e9098e6944c415080e3025d127941bb5c3d1f8e
1 file changed
tree: ec1a5f188d281090de6ef5b4bf767554b872ccc9
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. 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}