commit | 56d2f41ab77fc645a5c8ff9e905b17d71ef980ea | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@fuchsia.infra.roller.google.com> | Thu Apr 07 05:46:50 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 06 22:48:20 2022 -0700 |
tree | e99efc840ae4dc350971e7a7e18c717626d2b5aa | |
parent | 3287ad4db27b6f559763350f66692b210efbb5a7 [diff] |
[roll] Roll fuchsia [fshost] Don't set PATH for arbitrary programs This line was added when devmgr was responsible for launching programs in https://fxbug.dev/28172 but appears to have become detritus some time ago. Note that even before this change `which ls` reports that $PATH is unset in both the console shell and via netruncmd. Making `which` work was among the stated goals of the change that introduced this line. It appears this was initially done in response to https://crrev.com/c/521724, where Chromium tests that expected PATH to be defined were updated to accommodate for its absence on Fuchsia. The accommodation was removed after this addition in https://crrev.com/c/766470. 8 months later, the accommodation was added back in https://crrev.com/c/1141929 without explanation (probably because devmgr was no longer launching whatever is running those Chromium tests). Remove unused dependencies on //zircon/system/ulib/zircon-internal. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666747 Original-Revision: b7c351c58c0da06655a3877bc2d9b4eec46f6494 GitOrigin-RevId: edcfac67bc5841a4be4290b95c787c482827b5f6 Change-Id: I974d7a2358f288dc267a935166b37cbc7009177c
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
.