[roll] Roll fuchsia [assembly] Make sure FileType closes properly
argparse.FileType('w') doesn't close the files that it opens, so
writes can be lost without explicitly closing them. This switches
to using the 'with ... as ...:' syntax to make sure that the files
are properly closed (and contents written to disk).
(copied from fxr/1021439)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1126472
Original-Revision: a1fb2fc435a3cb8756a3d4c496e24adb9b0e6207
GitOrigin-RevId: 006f96d84752cd1f4e703cefd5d6889d736c1da9
Change-Id: Ia05f39dc21ccbe15d6c24d4ce15dfabf7d119468
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.