Commit 3360a9ae authored by Yusei Tahara's avatar Yusei Tahara

Update do-not-strip-path explanation. There is a common trap.

parent bad2e621
......@@ -50,11 +50,13 @@ Supported Options
``do-not-strip-path``
A new-line separated list of absolute paths of the files you do not
want to strip.
want to strip. Do not refer a section to get its location. If you do
like ${bazel:location}/bin/bazel, buildout will not work correctly.
Instead do like ${buildout:parts-directory}/bazel/bin/bazel.
An example::
[buildout]
do-not-strip-path =
${bazel:location}/bin/bazel
${another-part:location}/bin/dontstripbinary
${buildout:parts-directory}/bazel/bin/bazel
${buildout:parts-directory}/anotherparts/bin/dontstripbinary
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment