diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-05-21 17:17:53 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-05-21 17:17:53 +0100 |
commit | 488b1f71c32bdae1d46b0aa1f07c82df0f0e53e2 (patch) | |
tree | 423acdd8368649ced4c0fe7a4b92e586a13308a2 | |
parent | 1a637e64db8fd856ab5a3c846a1025a51ea6fe2f (diff) | |
download | buildstream-488b1f71c32bdae1d46b0aa1f07c82df0f0e53e2.tar.gz |
CONTRIBUTING.rst: Update path to BuildStream source files
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fdc500435..921cee909 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1158,7 +1158,7 @@ Protocol buffers BuildStream uses protobuf and gRPC for serialization and communication with artifact cache servers. This requires ``.proto`` files and Python code generated from the ``.proto`` files using protoc. All these files live in the -``buildstream/_protos`` directory. The generated files are included in the +``src/buildstream/_protos`` directory. The generated files are included in the git repository to avoid depending on grpcio-tools for user installations. @@ -1744,7 +1744,7 @@ using BST_PROFILE. BST_PROFILE can be set to a section name, or a list of section names separated by ":". You can also use "all" for getting all profiles at the same time. -There is a list of topics in `buildstream/_profile.py`. For example, running:: +There is a list of topics in `src/buildstream/_profile.py`. For example, running:: BST_PROFILE=load-pipeline bst build bootstrap-system-x86.bst |