summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-07 03:57:19 +0000
committerGerrit Code Review <review@openstack.org>2015-06-07 03:57:19 +0000
commit0593f600a442643a6f10ec2bcc0598b3b82e2859 (patch)
tree4e12be76f2363885477e6f21f1123059573c8c17
parent1ccd6cd090becc9472952ddaa6eb217f04088797 (diff)
parent9298ddc6cb8607e5944973d13a82565542845e69 (diff)
downloadpbr-0593f600a442643a6f10ec2bcc0598b3b82e2859.tar.gz
Merge "More explicit data_files install location docs"
-rw-r--r--doc/source/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 5d6505a..62c5e95 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -264,10 +264,13 @@ for installing entire directory structures, so::
Will result in `/etc/neutron` containing `api-paste.ini` and `dhcp-agent.ini`,
both of which pbr will expect to find in the `etc` directory in the root of
the source tree. Additionally, `neutron.init` from that dir will be installed
-in `/etc/init.d`.
+in `/etc/init.d`. All of the files and directories located under `etc/pbr` in
+the source tree will be installed into `/etc/pbr`.
-All of the files and directories located under `etc/pbr` in the source tree
-will be installed into `/etc/pbr`.
+Note that this behavior is relative to the effective root of the environment
+into which the packages are installed, so depending on available permissions
+this could be the actual system-wide `/etc` directory or just a top-level `etc`
+subdirectory of a virtualenv.
entry_points
------------