[roll] Roll fuchsia [ffx] Set up reverse tunnel for ffx repository serving

`ffx repository` needs to set up a reverse tunnel to serve packages to a
target device, but unfortunately there is no current way for ffx to
dynamically create tunnels. As a workaround, this patch creates a
hardcoded tunnel for port 8084, which will be used by `ffx repository`.
This functionality will eventually be migrated over to dynamically
created tunnels once that is supported (see http://fxbug.dev/77015).

Original-Bug: 77015
Original-Fixed: 77072
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/531652
Original-Revision: af4bc278a10dc0848977ecb78d48b2e285ad815e
GitOrigin-RevId: 60691ffa7797052ff4ea3580c394c27c6c6c2e43
Change-Id: I1d863f7935f3041731e77d7e7feaed52dbebf869
1 file changed
tree: 25bb007d668e27ec15549e4e2733c58bbb9bdf9b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.