[roll] Roll infra/recipes [gerrit] Fix linking for "project~num" IDs

"project~num" is Gerrit's preferred format for identifying changes, and
the format returned by most endpoints:
https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#change-id

Funnily enough, you can't search by that format via /q/ URLs. So
instead, generate a /c/ URL directly to the change when encountering a
change ID of that format.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1255925
Original-Revision: f93897317a48bfae97b2a92ff27820a055acbaa0
GitOrigin-RevId: 4004a0307c888cd197f617c60d0d55d36a38c629
Change-Id: I34d01dce16ee5947fc321875ec6b3e3a23bada09
1 file changed
tree: 3bc42e92e2a45095a57eb0b7a0ebfe22402c0d1b
  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.