[roll] Roll infra/recipes [recipe][patches] Do not include jiri project name when querying Gerrit

change details.

Previously, when patching a change from Gerrit, the recipe uses
"<JIRI_PROJECT_NAME>~<CHANGE_NUM>" to identify a change. However, it's
possible that the jiri project name is not the same as the Gerrit repo
name, in which case the recipe will fail.

This change removes the "<JIRI_PROJECT_NAME>~" prefix when querying
Gerrit change details. The "CHANGE_NUM" is still a unique identifier
of a Gerrit change so we'll still get only one change.

Original-Bug: 396727574
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1207269
Original-Revision: db9270643760a6fd422c3698cd6d84a2d6e1b1e2
GitOrigin-RevId: d1f9ccae5aa5dd52b6ea254611206141b65f9da1
Change-Id: I3ffe726582a66850341a6e4c9f6ffa5be21c9557
1 file changed
tree: 385a71b2c01ba810e7f11b23a721e4cbc1ee1295
  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.