You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/05/26 16:24:37 UTC

[airavata-mft] branch python-stub-gen-docs updated: Update stub generation docs to include CredCommon.proto

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch python-stub-gen-docs
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/python-stub-gen-docs by this push:
     new acbed56  Update stub generation docs to include CredCommon.proto
acbed56 is described below

commit acbed56faafc5e4769f21e7906049f7d6f6ff3b5
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed May 26 12:24:26 2021 -0400

    Update stub generation docs to include CredCommon.proto
---
 examples/src/main/python/readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/src/main/python/readme.md b/examples/src/main/python/readme.md
index 1077d60..4c9a972 100644
--- a/examples/src/main/python/readme.md
+++ b/examples/src/main/python/readme.md
@@ -7,4 +7,5 @@ mkdir -p google/api
 curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/annotations.proto > google/api/annotations.proto     
 curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/http.proto > google/api/http.proto
 
-python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../api/stub/src/main/proto/ MFTApi.proto 
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../common/mft-common-proto/src/main/proto/ CredCommon.proto
+python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../api/stub/src/main/proto/ --proto_path=../../../../common/mft-common-proto/src/main/proto/ MFTApi.proto