-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
deps: remove OpenSSL git and travis configuration #25689
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
Conversation
OpenSSL is packaging its git and travis configuration files. Remove them, Node.js has its own.
|
@shigeki Perhaps these files do no harm, but it seems strange to have them in our source, and existi 8000 ng Makefile already deleted one of the git files. What do you think? |
|
@danbev @rvagg @MylesBorins @shigeki, you've done openssl upgrades, what do you think? If no one cares, I'll close this, but it seems odd to me to have openssl's .git and .travis files in our deps tree. /cc @nodejs/crypto |
|
Landed in f395a4a |
OpenSSL is packaging its git and travis configuration files. Remove them, Node.js has its own. PR-URL: nodejs#25689 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
OpenSSL is packaging its git and travis configuration files. Remove them, Node.js has its own. PR-URL: #25689 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
OpenSSL is packaging its git and travis configuration files. Remove
them, Node.js has its own.
This will remove .gitmodules, .gitattributes, .travis.yml, .travis-create-release.sh, .travis-apt-pin.preference from being present in https://github.com/nodejs/node/tree/master/deps/openssl/openssl
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes