[roll] Roll infra/recipes [lockfile] Don't fetch packages

This is a no-op because the manifest currently used by this builder
doesn't include any packages. However, in preparation for moving
manifests into fuchsia.git we'll want to set up a lockfile-checker
builder that validates those manifests, and that builder will use a
manifest that pulls in some CIPD packages.

There's no need to download CIPD packages just to run the lockfile
checks - the check operates on CIPD packages but just looks at the
pinned versions and compares them to CIPD server data – and skipping
downloading them will make the check much faster.

Original-Bug: 385378627
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1266204
Original-Revision: 0074b3ed155381fbfe93089f448279d40dfbf766
GitOrigin-RevId: af59316d6803b17a322a845efe3d48710e9b3191
Change-Id: I2320c434d0541caa068cf88da031d8bb6995666f
1 file changed
tree: 2f014c8a6f7b442781e1d9d5f30f6dd4796eea78
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.