[roll] Roll infra/recipes [shac] Escape file names

This error message gets propagated to the Buildbucket summary_markdown,
where characters like underscores get interpreted as special markup
characters. For example, Python `__init__.py` file names get rendered as
`init.py` with the "init" bolded.

Escape file names as code to prevent that behavior.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1153354
Original-Revision: 485eda59741e4f646700ec11444593d6ddce8ae8
GitOrigin-RevId: 079476a26d65b56860a2bc73e3343c0341808c69
Change-Id: I04a17138ed34a5e5400e66af07044acc3fbf8201
1 file changed
tree: cbaea8f0be1b17dc67482ef68d45d025ed40883d
  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.