[roll] Roll fuchsia [devshell][ffx][repository] Detect fg / bg repo serve clash

If the ffx config setting repository.server.enabled is true, ffx will
try to keep a background repo server running, regardless of whether the
user wants to run a foreground server. This change detects the clash and
explains to the user how to handle it.
While on it: Fix missing await in sending a server stop signal when
target reconnect fails with an unrecoverable error.

Original-Bug: b/330504498
Original-Fixed: b/329277385
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1019032
Original-Revision: be6bd0655e786e22702af9e28467f0ab051eda32
GitOrigin-RevId: 23c852c702ea807ca7b3d9d40671e355a788d088
Change-Id: I22d92914639ae39dbd66341b96c821969d040b2d
1 file changed
tree: e25bb1f43b045ac5265c28abebeea10ace93ee6b
  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 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.