Commit Graph

3 Commits

Author SHA1 Message Date
Rob Mohr
d596a539ee pw_env_setup: use env vars for bootstrap opts
The following environment variables are now used to pass options into
pw_env_setup:

* PW_CIPD_PACKAGEFILES
* PW_VIRTUALENV_REQUIREMENTS
* PW_VIRTUALENV_SETUPPYROOTS
* PW_CARGO_PACKAGEFILES

Each of these variables can contain multiple entries separated by ':'
(or ';' on Windows) like PATH. However, they will also be interpreted
as globs, so PW_VIRTUALENV_REQUIREMENTS="/foo/bar/*/requirements.txt"
is perfectly valid. They should be full paths.

Projects depending on Pigweed should prepend to these variables and
then invoke Pigweed's bootstrap.sh (or bootstrap.bat). Users wanting
additional setup should set these variables in their shell init files.

Change-Id: Ibf0f1d5279028856a590ffc50850df2174c38e28
Bug: 138
2020-04-03 08:59:12 -07:00
Armando Montanez
0054a9be70 Docs: Add missing RST docs
Adds dcos.rst files for all modules lacking documentation.

Change-Id: Ief5594831d31fcb876381a4a3886382fab7d595e
2020-03-17 00:13:35 +00:00
Rob Mohr
d45e2343cb Add docs for pw_env_setup
Change-Id: Ie97a18499040bba4e0061dfa192e81f617c68c9e
2020-03-03 15:02:18 -08:00