[roll] Roll fuchsia [build] Rename output files in --flag=file1,file2

Before: transformations were limited to whole shell token as output file
names.

Now: Support transforming output filenames that appear as lexical
substrings of flags like "--flag=file,file", using '=' and ',' as key
delimiters.

Support transforming an output path into dirname(path) + prefix +
basename(path).  Assumes that dirname(path) is writeable.
This mode of transformation is less likely to encounter
extension-sensitive tool behavior, and is now the default.

Added a --dry-run option for debugging.

This will help with preserving timestamps on the outputs of
RBE-rewrapped rust commands.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582470
Original-Revision: 48a0833e5e929b370f16e50368442ed41b966c24
GitOrigin-RevId: d535ae3a0d8997b04723db543eed4765af253dc0
Change-Id: I5b290eb301abe340ca7b737408934af0cb40c248
1 file changed
tree: 9e6e3d2fc970a47b952e64e8c7bc0ea5982b6ba8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.