[roll] Roll infra/recipes [checkout] Avoid double-patching atomic CLs

Previously we were patching the top-level CL twice because it would be
added to its own deps once and then again during memoization:
https://screenshot.googleplex.com/7sPrLF6jEGKzTFK

I believe this extra patch is a no-op, but it's unnecessary and
confusing.

Now we only add each CL to its deps once.

Tested with led for a comparison:
https://screenshot.googleplex.com/6bv3Y5jgKrwS5xL

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1304608
Original-Revision: ea0175898b91010691293cd7d486beda8386c7ec
GitOrigin-RevId: ea8e8968e2c1fd17ef2cc0b0512f7b5df55cbf0f
Change-Id: Ie1e1b9300811f31f349a3e049d280bd4498d203e
1 file changed
tree: 5e3523797bf55cd3ae4ecd6b99f63938c0f0a14c
  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.