[roll] Roll fuchsia [cog] migrate workspace to use pathlib

Migrates the workspace.py file to use pathlib instead of os methods. The
callers and tests were updated as well. The rest of the files in this
directory will be migrated in later CLs.

Original-Bug: 459918149
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422607
Original-Revision: b14b8bcf84e1ac739be4f9b3d34a9346e0591f91
GitOrigin-RevId: 615e61050c8fb582ad709967650f7ebf66ad9859
Change-Id: I1eeb396b6e6cd15d69c755a642e9283e2d57477e
1 file changed
tree: 7d1b120dfd169e653e0c377a59166fca0c1c2dc5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.