commit | 76c97ac1b6cf21b601d51ee6ba556af5560b6a8b | [log] [tgz] |
---|---|---|
author | William Abajian <williamabajian@fuchsia.infra.roller.google.com> | Fri Feb 10 20:49:42 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 10 12:50:54 2023 -0800 |
tree | c73d21bea62f7812f1f2686ef7dfa06d65676dbf | |
parent | 84d674c99cd4534e0b4c6f4f3744d2a9301934c6 [diff] |
[roll] Roll third_party/pigweed pw_build/python_dist/setup: Fix space handling Previously, if the setup script ran from a path with a space in it, the script would fail due to bash/zsh recognizing the space as an argument seperator. This is handled with double quotes, as well as overwriting IFS to change how bash handles spaces temporarily. Original-Bug: b/268093643 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128632 Original-Revision: a416328d39bbf48e85b47ef06e1a6e0ac66a6c6e GitOrigin-RevId: 91b17201a1b97df7dd4287dfae86617e77a5b3cd Change-Id: Iff34465a6755518ebfabe816e36ccb760a966f89
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
.