[roll] Roll infra/recipes [checkout] Use correct revision for getting commit position

For an integration.git tryjob's checkout, the integration repo's HEAD
ref will point to a commit corresponding to the patched-in CL, whereas
it's supposed to point to the base commit.

I haven't seen any indication that this is causing issues, but it's
worth fixing anyway, especially as we try to enable the LUCI Source
Index (http://b/471794502), which heavily uses commit positions.

Also remove an unnecessary `api.context(cwd=...)` block.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1473442
Original-Revision: 506182731d2b4c72a3ea5b9ea7be77b3787b2414
GitOrigin-RevId: 07730a2e1e1e0fedf99d8c4e8d383843df43d485
Change-Id: Ifbc07ebd30bd0a550b43bc3d2f64ce2343ecbeb4
1 file changed
tree: b71df59c5359f0265f80165616bcab7d19066d8e
  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.