[roll] Roll fuchsia [ffx][repo] Add method to download a repository

This adds a method that downloads all the metadata and blobs from a
repository. It does this by introducing a TUF CacheRepository proxy,
which caches all the fetched metadata into a local directory, in order
to preserve the metadata version prefixes. Afterwards, it steps through
each package in the repository, and downloads them into a local
directory as well.

Original-Fixed: 93985

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/664589
Original-Revision: cb238ac80dd182e4066ee7f1fd16b2abcc8e28b2
GitOrigin-RevId: 3cafbe2b0f8fb44867f0fbfe72707260300f7c2d
Change-Id: Iedf2efbaf1e3797bb066d320a0d55442371d2e6a
1 file changed
tree: 6f567a7a32ba2d58417d2282ca754c2214b70c2e
  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.