[roll] Roll fuchsia [testsharder] Escape colons in pkg repo names

I'm working on a recipe refactoring that lets us upload files to CAS
without copying into a temporary directory. We need to be able to pass
the paths of all runtime deps into the `cas archive` command, which uses
a colon to separate the root dir from each path, so top-level runtime
dependencies cannot contain colons in their paths. See
crrev.com/c/2291497 for context on why we need to work around this cas
CLI behavior.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/760402
Original-Revision: 48d79ae74ec00807f219cdce74ce0ce29742497c
GitOrigin-RevId: b51f3cbfb8cdb977124c4d6b8be00a674558468e
Change-Id: I52eb8c853803668dfbc678c39ce9f42f8493735c
1 file changed
tree: 8dcf583fa90d2974492557218842bfda9c44225e
  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.