[roll] Roll fuchsia [ffx][repo] Return target communication failure if target offline

If ffx loses connection to a target right when we're trying to register
a repository, we might get a `None` for the target nodename or ssh
address if ffx has only partially torn down the connection to the device.
If we see this happen, return an `TargetCommunicationFailures` instead
of `InternalError`, since this doesn't appear to be an internal bug.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/819187
Original-Revision: f5c8b185d11102f879b965ad8cf37f411677cb67
GitOrigin-RevId: 4f32c6b526accf343436789aa40b0547ab1a5305
Change-Id: I5ee7593e07663f1794316de4364030e84450a9cf
1 file changed
tree: 52b328c8c4bcf080d690020d8fe9915be67ba26a
  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.