[catalyst] Add -1 and -allow-zedboot-version-mismatch arg to bootserver command.

-1 will cause the bootserver to exit after booting once. Currently the
bootserver does this by default, but we can set it here in case the
default ever changes. -allow-zedboot-version-mismatch will allow the
bootserver to pave zedboot even if the current version of zedboot on the
device is different from the current supported version.

Bug: 38517
Change-Id: I4c8295c56f4ae7a432df6e064654efbb91cad57c
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/371695
Commit-Queue: Ina Huh <ihuh@google.com>
Reviewed-by: Joshua Seaton <joshuaseaton@google.com>
1 file changed
tree: 7c7c7257f78dcc295f9bfbd67ec6278d583d7a41
  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}