Hello Thomas Tauber-Marshall, Zoltan Borok-Nagy, Attila Jeges, Tim Armstrong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15832
to look at the new patch set (#6).
Change subject: Clone the Kudu repo using HTTPS by default
......................................................................
Clone the Kudu repo using HTTPS by default
Since GitHub started enforcing TLSv1.2 for HTTPS connections, the Kudu
repo on Github was cloned via SSH. Unfortunately the default SSH access
used for this depended on obscure default credentials, which failed
to work in some of the cases.
WIth Impala 4.x dropping support for older OS platforms, now all the
supported OSs are capable of TLSv1.2, so it is safe to reset default
access to HTTPS.
Tested by rebuilding the toolchain in a local Docker container; verified
that cloning the Kudu repo is successful with no user interaction
required.
Change-Id: I2486b34e7ae62eecb49ab0a602308b9fe898c8d0
---
M source/kudu/build.sh
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/native-toolchain
refs/changes/32/15832/6
--
To view, visit http://gerrit.cloudera.org:8080/15832
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2486b34e7ae62eecb49ab0a602308b9fe898c8d0
Gerrit-Change-Number: 15832
Gerrit-PatchSet: 6
Gerrit-Owner: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Attila Jeges <[email protected]>
Gerrit-Reviewer: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>