Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9498 )
Change subject: python3 support for push_to_asf.py ...................................................................... python3 support for push_to_asf.py This is a fixup for 112869cf22c47543. I missed a few callers of check_output. check_output returns a byte string, but the callers assumed a string. Change-Id: I80ea273e6eb8556fa803b2da879537df4f343a11 Reviewed-on: http://gerrit.cloudera.org:8080/9498 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Dan Burkert <[email protected]> --- M build-support/gen_version_info.py M build-support/push_to_asf.py 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Dan Burkert: Verified -- To view, visit http://gerrit.cloudera.org:8080/9498 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I80ea273e6eb8556fa803b2da879537df4f343a11 Gerrit-Change-Number: 9498 Gerrit-PatchSet: 2 Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins
