[roll] Roll fuchsia [cog] Add support for using a golden snapshot in Cog workspaces.

When a ".fuchsia_golden_snapshot" directory exists within the CartFS mount point, Cog will use this directory as the base for restoring the workspace instead of the most recent CartFS instance. This allows for faster workspace setup by starting from a known clean state. When using the golden snapshot, the "git clean -df" step is skipped as the golden snapshot is assumed to be clean.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1620235
Original-Original-Revision: 63fb0e1f3603a3f66bfe82682b856310e235712f
GitOrigin-RevId: 26cef1d8e9693630b118f301e124da812e1ae8c9
Change-Id: Id728a2167ddcff1c61c5a7d84e7eb894b94fa0a6
1 file changed
tree: 4164fe27c2f98505ba7e7264e1cb7693f06f9edb
  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.