[roll] Roll fuchsia Reland "[artifactory] Fix relative paths for PBM"

This is a reland of commit 1eba8a55195adde5ca813f8b4a7359055ebec378

We have already landed a change to bundle_fetcher to support both new
and old PBMs, so we can now safely land this change.

Original change's description:
> [artifactory] Fix relative paths for PBM
>
> The product_bundle.json file is modified during upload by artifactory,
> because the paths must be modified for the GCS directory structure.
> golang assumes that all paths are directories during relative path
> calculation, therefore extra ../ were leaking into the output paths.
>
> This is addressed in this CL by doing filepath.Dir() on the path before
> calculating the relative path.
>
> Original-Bug: 106117
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709053

Original-Bug: 106117
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710228
Original-Revision: b8b5af46f3d9a00b1b529d91a22c2ce517149737
GitOrigin-RevId: 75d0db6c363ae20f8f6b70e610b13695f36c475e
Change-Id: I289161df6a6f94cd7bbc7eda172f71c539f6a04b
1 file changed
tree: 5407dc62e25d9666fa2b3f2b9b8f6b94284d6295
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.