[roll] Roll infra/recipes [lockfile] Fix presentation of diff

Previously the build summary_markdown didn't render the lockfile diff
properly: http://ci.chromium.org/b/8823121346037739313

After this change:
https://ci.chromium.org/raw/build/logs.chromium.org/turquoise/led/olivernewman_google.com/60d67b652beab24aa732d2772e1e8b4fb9b7a26dfa17158dda643876ffd40727/+/build.proto?server=chrome-swarming.appspot.com

I also simplified the recipe to check for a diff against HEAD after
running the lockfile script, whereas previously it would run a diff
against the main branch before and after running the script and compare
those two diffs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/642248
Original-Revision: a4c26ed26899de92f2710000285cf48cf4a08372
GitOrigin-RevId: 804e5844a3d26d6182d1f6bc8fdb4e0fc45f64d0
Change-Id: I298e774e784b106f2eaedeaea805af7a001d0ce2
1 file changed
tree: 709859e1bfa06a2acbc026c6abadc3a77fa5cf3d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.