Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21890 )
Change subject: [build] Fix the directory creation ...................................................................... [build] Fix the directory creation Fixes the recursive directory creation which according to python documentation [1] should be os.makedirs() and not os.path.makedirs() which results in the below error: AttributeError: module 'posixpath' has no attribute 'makedirs' 1. https://docs.python.org/2.6/library/os.html#os.makedirs https://docs.python.org/3.11/library/os.html#os.makedirs Change-Id: Ifef12fd681050c5d1e6841070fdd754a7d436f8f Reviewed-on: http://gerrit.cloudera.org:8080/21883 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Marton Greber <[email protected]> (cherry picked from commit c32708d5b957514420aaa13953c25db8940fe7cb) Reviewed-on: http://gerrit.cloudera.org:8080/21890 Tested-by: Abhishek Chennaka <[email protected]> --- M build-support/build_source_release.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Abhishek Chennaka: Verified Alexey Serbin: Looks good to me, approved Marton Greber: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21890 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: Ifef12fd681050c5d1e6841070fdd754a7d436f8f Gerrit-Change-Number: 21890 Gerrit-PatchSet: 2 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
