Skip to content
Snippets Groups Projects
Commit 9ab36abc authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Cleanup before merge request

parent 2048e5ed
No related branches found
No related tags found
1 merge request!54Release 2.0.0
# Ignoring specific folders/files used internally while coding Monitoring component
proto/
genproto_win.sh
#!/bin/bash -eu
py -m grpc_tools.protoc -I../../proto --python_out=proto --grpc_python_out=proto monitoring.proto
py -m grpc_tools.protoc -I../../proto --python_out=proto --grpc_python_out=proto context.proto
py -m grpc_tools.protoc -I../../proto --python_out=proto --grpc_python_out=proto kpi_sample_types.proto
rm proto/context_pb2_grpc.py
rm proto/kpi_sample_types_pb2_grpc.py
sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' proto/monitoring_pb2.py
sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' proto/monitoring_pb2_grpc.py
sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' proto/context_pb2.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment