[roll] Roll fuchsia [ffx] Populate ssh host address even without an ssh host pipe

We need to know the address of the host from the target's perspective to
make package management work. Usually we get this as a side effect of
establishing an SSH host pipe, but with USB or VSOCK we don't actually
do that, leading to a surprising breakage.

Now we have a separate path where we can SSH in *just* to get the host
address without starting a pipe. We should only hit this path when we
don't have an SSH host pipe so existing workflows shouldn't change.

Original-Fixed: 1250227
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250227
Original-Revision: 1dabfe9a3c97fd35c217b78cbe247b7dd1e582a7
GitOrigin-RevId: 3d2638e85c1d5446ca25373b4a388ab1a2e283f0
Change-Id: Ieeebdfeb1cc05b570a3ab613282777f561277699
1 file changed
tree: c5c5bc1024df97b7f672d426828a93295a1da9c7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.