commit | 75558de0f4220121853247396ccfdc8ef44579ba | [log] [tgz] |
---|---|---|
author | Daniel Dougherty <doughertyda@fuchsia.infra.roller.google.com> | Tue Jan 10 21:56:56 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 10 13:58:22 2023 -0800 |
tree | 4940aca68bf1bdd231c1ae40939ce5f3236e52fe | |
parent | 1a44a0995cea278156ac6ce64fa899403eeda837 [diff] |
[roll] Roll fuchsia [emu] Fix --reuse semantics The attached bug called out an unanticipated change in the semantics of --reuse; when the instance did not already exist, the new semantics would fail the launcher instead of creating the new instance. This CL adds a new EngineOption type as output for get_engine_by_name, such that callers can distinguish between failing to retrieve an existing instance and that instance simply not existing. Now, if the instance didn't exist before the start call with --reuse, we notify the user, revert the --reuse flag so that the instance can be properly initialized, and then continue the start sequence. Original-Bug: 118006 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/786441 Original-Revision: 3bf1bec8930695fb771385f1f064219d01de5db4 GitOrigin-RevId: 0371b0e3c145f1ece6ab71e112b150974d87d793 Change-Id: I5345fddc662a0073a719f5e1d5f3a8d9b5a14feb
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 via the IRC channel #fuchsia
on Freenode.
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
.