[roll] Roll fuchsia [ffx] Simplify target address queries

This removes the distinction between queries with and without a port.
`<address>:0` now functions as a wildcard and is equivalent to `<address>`.
Before this, there was a tricky situation where AddrPort would always fail if the target address had a port.

SSH port handling has been improved.
_Technically_ Fastboot targets should set a different default port, but in practice the port isn't specified in those queries.

Fixes: b/319732734
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/975097
Original-Revision: fd0009e4584df1f3b845d7450652b7a827d59d50
GitOrigin-RevId: e3213f278eadab5fa398793b4fe9256c97506654
Change-Id: I6f000368ff8345a3b43d4e7a1577de8090769082
1 file changed
tree: fdec2af8de8ffd16856224399ec689726ea218bc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.