[roll] Roll infra/recipes [checkout] Have with_options return an object

`api.checkout.with_options()` is the entrypoint to the checkout recipe
module that's generic (i.e. not specific to checking out Fuchsia).
Whereas the fuchsia-specific `api.checkout.fuchsia_with_options()`
method returned a fully-featured `CheckoutResults` object that contained
a lot of helpful information, `api.checkout.with_options()` only
returned a single path corresponding to the checkout root.

Now `api.checkout.with_options()` returns a lower-level
`CheckoutResults` object that contains only the non-fuchsia-specific
info.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1304487
Original-Revision: c8469b5519a9a891fa9e7e9e1ad1dbb613f4e788
GitOrigin-RevId: 14d613644e6e4246734ebeb086110e881a73db04
Change-Id: Iee879e461221f814fd6b45adccd26c5486a746ff
1 file changed
tree: 174007601f8d66d20cc590581b7b5369304aebb7
  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.