[roll] Roll infra/recipes [checkout] Fix corresponding_internal_integration_revision

Previously it always read the commit message of the integration.git
HEAD, which may correspond to an unsubmitted Gerrit change being tested.

Now it correctly uses the integration base revision to determine which
commit's message to retrieve to read the Copybara footer.

I also updated the code to use the existing
`api.git.read_commit_footer()` function instead of reimplementing footer
parsing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1482517
Original-Revision: 73d3d22f7509bb6dfcd469f41c4c92e41c4f9174
GitOrigin-RevId: 661b22b0612d96b785e0f061ebe5262b13361028
Change-Id: I2af2f8aef9df686ad48b7a34a4b84207272bca42
1 file changed
tree: 9e9b34daaf2b9a6005b815e5b5550c97384f7621
  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.