Hello Alexey Serbin, Kudu Jenkins, Adar Dembo, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9492
to look at the new patch set (#4).
Change subject: python3 support for some build tools
......................................................................
python3 support for some build tools
Adds python3 support to the following files while retaining python2
compatibility:
- gen_version_info.py
- kudu_util.py,
- push_to_asf.py
Some python build tools are still known not to be python3 compatible,
including:
- build_source_release.py
- dist_test.py
- trigger_gerrit.py.
These haven't been fixed either because they use urllib, which I can't
figure out how to make 2 and 3 compatible, or because I don't have a
dist-test compatible system with python 3 available.
Change-Id: I547d870a54c7d396d2706d63f65844df01ff7c57
---
M build-support/build_source_release.py
M build-support/gen_version_info.py
M build-support/kudu_util.py
M build-support/push_to_asf.py
4 files changed, 84 insertions(+), 74 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/92/9492/4
--
To view, visit http://gerrit.cloudera.org:8080/9492
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I547d870a54c7d396d2706d63f65844df01ff7c57
Gerrit-Change-Number: 9492
Gerrit-PatchSet: 4
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins