[roll] Roll infra/recipes [fuchsia_cipd_roller] Support ${os} variables

The `cipd` CLI supports substituting `${os}` and `${arch}` variables in
package names in addition to `${platform}`, and we'd like to start using
those variables in package names in Jiri manifests (see
http://tqr/568230). Make sure we continue to properly expand those
variables when evaluating platform-specific packages.

Fortunately most of the hard work is already done by the
`expand_packages_by_platforms()` function, so this was a pretty simple
fix.

Original-Bug: 99321
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/711182
Original-Revision: 1d2cdf36d3dcd125f566de504555572fae5b0f33
GitOrigin-RevId: 8f9cb87e303725a8d3e67f9127765a268f6212ba
Change-Id: I136f70b5a6815ad7d812f959b3f6b62edf2027f6
1 file changed
tree: c8aee1462b20d4c96363a7bd1ff67c885a9d3c71
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.