[roll] Roll fuchsia Revert "[ffx] Create Http Repository"

This reverts commit 28df06bea59021da020316d50bbcd3d82f3c0f85.

Reason for revert: breaking core.x64-host_test_only-mac

Original change's description:
> [ffx] Create Http Repository
>
> This patch introduces the notion of a http repository, where the ffx
> repository server will proxy requests to the http repository. This allows
> requests to go through the ffx tunnel in case a device cannot talk directly
> to the internet.
>
> As part of this change, we:
>
> * Move the construction of the `Repository` types to the repo daemon
>   service. This allows us to share the hyper client between http
>   repositories, which allows us to transparently reuse connections.
> * Initialize trust with 1.root.json, rather than root.json.
> * Changes pkg::repository::package_download to use the new http repository.
> * Uses RepoBuilder to construct test metadata to make sure this works.
>
> Original-Fixed: 75396
> Original-Fixed: 85213
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/637083

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/639564
Original-Revision: 7b14f4af7cb11b05fc15370509af07e3027660e4
GitOrigin-RevId: 5035d22307043b48c48ec949363f55e3803921ec
Change-Id: I25d34df89778fc6298637b9e1bb057ac09f5715e
1 file changed
tree: be64e9e5d40749d95db5bdd2a2c60c72f36ac3fe
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.