[netboot] Don't specify outgoing port for boot command

Let Go runtime pick up an available one to avoid collisions when
multiple instances of botanist are running at the same time.

INTK-460 #done

Change-Id: I60714161b3ce2e1a3b3888519c3713c534048929
1 file changed
tree: c7bb79bda2540ed4109011e5d8d1945624e04def
  1. catapult/
  2. cmd/
  3. gerrit-policy/
  4. netboot/
  5. ninjalog/
  6. pdu/
  7. perf/
  8. retry/
  9. telnet/
  10. tftp/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. PATENTS
  19. 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}