[roll] Roll fuchsia [cog] Add status update mechanism to cog scripts.

Introduces an `emit_status` function in `logger.py` to print status messages to stdout, prefixed with "STATUS_UPDATE:".
Adds a `--enable-status-updates` flag to `setup_cog_workspace.py` to control whether status updates are emitted.
Emits status updates at key points in `setup_cog_workspace.py` and `workspace.py` during workspace preparation.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1490816
Original-Revision: 7aa4c29af69ee5cb0cfc199cc6d09008cbeb0c26
GitOrigin-RevId: ff1e7917087b5e1627bb37085892664614de4818
Change-Id: Icf5b1337dbc09102374b1d7d462d5a9c520762ca
1 file changed
tree: 2effdec75f562368eccef08c1d3ea6b7c84dbb5d
  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.