stop regenerating v1 protobufs

This commit is contained in:
Lex Berezhny 2019-03-27 18:43:15 -04:00
parent 7860b956ff
commit cd266477fb

View file

@ -1,6 +1,5 @@
build: build:
rm types/v1/* types/v2/* -rf rm types/v2/* -rf
touch types/v1/__init__.py types/v2/__init__.py touch types/v2/__init__.py
cd types/v1/ && protoc --python_out=. -I ../../../../../types/v1/proto/ ../../../../../types/v1/proto/*.proto
sed -e 's/^import\ \(.*\)_pb2\ /from . import\ \1_pb2\ /g' -i types/v1/*.py
cd types/v2/ && protoc --python_out=. -I ../../../../../types/v2/proto/ ../../../../../types/v2/proto/*.proto cd types/v2/ && protoc --python_out=. -I ../../../../../types/v2/proto/ ../../../../../types/v2/proto/*.proto
sed -e 's/^import\ \(.*\)_pb2\ /from . import\ \1_pb2\ /g' -i types/v2/*.py