[roll] Roll fuchsia [cog] Add gcert status check to setup_cog_workspace.

This change introduces a new utility module `util.py` containing a function to check if the user has a valid gcert certificate using `gcertstatus`. The `setup_cog_workspace.py` script now calls this function at the beginning of its execution. If gcert is not valid, the script will print an error message and exit. Tests are added for the new utility function and the integration within `setup_cog_workspace.py`.

Original-Fixed: 480283865
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1515556
Original-Revision: 51b72fb29f6df9f8157661f29933362ac250c02d
GitOrigin-RevId: 4505c699c2b564ce54c74e87c2ccad5362ebda3f
Change-Id: Ie7a463baad26ebb1059f4cdd99806d41d502e0e4
1 file changed
tree: 0cbc45fa5e3ce8d5e1f1e409c5d657c4fa898cc8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.