stoty commented on pull request #941: URL: https://github.com/apache/phoenix/pull/941#issuecomment-717464200
These changes are necessary to work with new release script in master. The release script in master is meant to be used with all subprojects and branches, including 4.x. - Dropped the source assembly, which was never used, the new scripts use the tarred source repo instead as the source release artifact. - Instead of assembling a separate binary release tarball in the make_rc.sh script, we now use the tarball that phoenix-assembly creates. I have also add -bin to the name of the assembly tarball to conform to the naming conventions, and added the binary license files that we were using in the old release tarball. - Removed the leftover references to the python driver that was moved to the PQS repo (unrelated cleanup) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
