[roll] Roll fuchsia [product] Add `ffx --machine product lookup`, fix for list

This patch does a number of improvements to `ffx product`:

* Implement `ffx --machine ... product lookup`
* Changes `ffx --machine .. product {lookup,list}` to output progress
  info to stderr, so the output can be directly processed.
* Consolidate code between `ffx product lookup` and `ffx product list`.
* Made `ffx product lookup --base-url` optional, copying the pattern
  from `ffx product list` where it will fall back to the ffx config if
  not passed in on the CLI.
* Adds tests for `--machine ...`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/944073
Original-Revision: dcc8e58cec317b1d5988ecaf57244ed30d7ce030
GitOrigin-RevId: 4d4833a9a36e07f51d2a45f51f3176ab2005a90f
Change-Id: I251ac4ec433caad9e41b0251268788adc9f12945
1 file changed
tree: 7084c504c2ac44806ff3f163245a4fd0d0d609df
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.