[roll] Roll infra/recipes [checkout] Add Ability to get Internal Revision

When uploading to catapult, we'd like to be able to differentiate
between public and internal builds. This will allow us to have public
facing dashboards based in the public build data.

However, internally, we still want to link public commits to the
internal commits they derive from. This CL adds the functionality to
provide the public commit when available and for public commits, also
provide the corresponding internal commit by parsing it from the git
commit message.

Original-Bug: b/326307398

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1029832
Original-Revision: a3fbfb17d6294f2b4ac22e44cde1a0641d857567
GitOrigin-RevId: b82e7d1382b274d56f51720d57d77a9ac3f1033e
Change-Id: I1305519ddff31b3c806fba1ab6b8ee35081a94ec
1 file changed
tree: 505da1e2938b420df8b9d5a6cbd44619cd87ad05
  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 via the IRC channel #fuchsia on Freenode.

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.