Hello Todd Lipcon,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/2434
to review the following change.
Change subject: Disable SSL in curl
......................................................................
Disable SSL in curl
We don't use HTTPS in our curl utility calls, and removing it should
make it possible to push to the dist_test server (Ubuntu 14.04) from
CentOS 6, since they have different versions of libssl. We don't
distribute our own version of libssl because it's a security library
that should be patchable at the OS package level.
The only change is adding --without-ssl. The rest of the changes were
just reordering of the arguments to be alphabetical.
Change-Id: I7bec72cc0f382cd27897c3d84891db153019ed3e
---
M thirdparty/build-definitions.sh
1 file changed, 9 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/2434/1
--
To view, visit http://gerrit.cloudera.org:8080/2434
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7bec72cc0f382cd27897c3d84891db153019ed3e
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>