Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update scripts for vendoring dependencies #396

Merged
merged 2 commits into from
Mar 8, 2019

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