[roll] Roll fuchsia [fx][serve] Fix erroring out with invalid port

In a prior refactor, we accidentally broke `fx serve-updates -l :8084`
from erroring out with the ffx repository server, and the server was not
configured to use that port with `ffx config set
repository.server.listen "[::]:8084"`. This patch changes the helper
function to not unilaterally exit early if the port happens to be free,
but also do the rest of the validation steps.

Original-Fixed: 98017
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/670249
Original-Revision: 8a83acd5af855f161f4669e66d82aa5a8f65a532
GitOrigin-RevId: a1aaaa0299387ec9ca2deebfb1900461cf8917b5
Change-Id: Ibafffb0859e4f976cb36ab13dfe3566d0b68f872
1 file changed
tree: 78b497221c1291fa4e652c7e7d8abff0bd5d98ae
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.