Skip to content

Conversation

@rebello95
Copy link
Collaborator

Updating vendored dependencies is a lengthy process at the moment. This PR:

  • Adds a new vendor-all.sh script that allows one to upgrade all vendored dependencies (gRPC Core, nanopb, BoringSSL) by simply calling:
cd scripts
./vendor-all.sh v1.14.0
  • Moves other vendoring scripts into scripts/
  • Updates temporary paths used for cloning grpc to use scripts/tmp instead of third_party

Updating vendored dependencies is a lengthy process at the moment. This PR:
- Adds a new `vendor-all.sh` script that allows one to upgrade all vendored dependencies (gRPC Core, nanopb, BoringSSL) by simply calling:

```
cd scripts
./vendor-all.sh v1.14.0
```

- Moves other vendoring scripts into `scripts/`
- Updates temporary paths used for cloning `grpc` to use `scripts/tmp` instead of `third_party`
@rebello95 rebello95 requested a review from MrMage March 7, 2019 20:01
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking the time to do this, this will make vendoring our dependencies much easier in the future!

Feel free to merge at your discretion.

@rebello95 rebello95 merged commit 9745a76 into grpc:master Mar 8, 2019
@rebello95 rebello95 deleted the vendoring-scripts branch March 8, 2019 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants