grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

[Process] update shallow copy sync script to take in optional revision #96

Closed dennycd closed 2 years ago

dennycd commented 2 years ago

Parameterize shallow sync script to checkout a specified revision. Latest master branch is used if no revisiion/tag is specified.

Test and verify

run the following locally and verify the correct target revision is copied into native_src

// v1.44.0 release 
./scripts/sync_grpc_src_shallow.sh v1.44.0
// master branch 
./scripts/sync_grpc_src_shallow.sh