Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9492 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/9492 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Adar Dembo <[email protected]> Tested-by: Dan Burkert <[email protected]> --- 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(-) Approvals: Alexey Serbin: Looks good to me, but someone else must approve Adar Dembo: Looks good to me, approved Dan Burkert: Verified -- 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: merged Gerrit-Change-Id: I547d870a54c7d396d2706d63f65844df01ff7c57 Gerrit-Change-Number: 9492 Gerrit-PatchSet: 5 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
