Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11735 )
Change subject: [build] Centralize project version to version.txt ...................................................................... [build] Centralize project version to version.txt This patch changes the Java and Python builds to use the version.txt as their source of the project version. This simplifies branching and ensures our versions always match. I use symbolic links in the python project to ensure that the version and licence file are copied from the parent directory when generating a source distribution. This patch also corrects the versioning of snapshot builds to ensure they include .dev0. This was being done in the kudu/version.py file, but not in the distribution version set in setup(…). Change-Id: Ib654be8657ae3dc2f193056484b5d0743aa1ce95 Reviewed-on: http://gerrit.cloudera.org:8080/11735 Tested-by: Kudu Jenkins Reviewed-by: <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M RELEASING.adoc M java/build.gradle M java/gradle.properties A python/LICENSE.txt M python/MANIFEST.in M python/setup.py A python/version.txt 7 files changed, 30 insertions(+), 23 deletions(-) Approvals: Kudu Jenkins: Verified [email protected]: Looks good to me, but someone else must approve Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11735 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib654be8657ae3dc2f193056484b5d0743aa1ce95 Gerrit-Change-Number: 11735 Gerrit-PatchSet: 8 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
