[roll] Roll fuchsia [pb] Fix download when logic when remote is an absolute url

Many of the unit tests have TransferEntry.remote as an absolute url
(e.g. gcs://bucket/b), but this doesn't seem to actually work (in
production, TransferEntry.remote is always a relative path). It seems
like it could be useful to support an absolute path in the transfer
manifest, which would let us freely move the transfer.json while leaving
the artifacts in their original location. This change implements this.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/924292
Original-Revision: ead8b76fe4c59f5fa2083e3b46381f11c9794c0f
GitOrigin-RevId: 19266036e1382da1a34aa1e2a84ebac44fa9ead9
Change-Id: I808dbed8ea0296aee4eca45e5cf2f3aa2fc46731
1 file changed
tree: 631bb8210add2de0b16124ac419734f41fc3ab19
  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.