Abhishek Chennaka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23921
Change subject: [build] Include OS version in kudu-binary artifact names ...................................................................... [build] Include OS version in kudu-binary artifact names Update the naming convention for published Kudu mini-cluster binary artifacts. Including the specific OS distribution and major version prevents different build environments (e.g., RHEL 8 vs. RHEL 9) from overwriting each other in the repository. Before: kudu-binary-1.19.0-SNAPSHOT-osx-x86_64.jar kudu-binary-1.19.0-SNAPSHOT-linux-x86_64.jar After: kudu-binary-1.19.0-SNAPSHOT-osx15-x86_64.jar kudu-binary-1.19.0-SNAPSHOT-rhel9-x86_64.jar Change-Id: I7f17971704dfec32a0256383bbc3029743b4674f --- M build-support/mini-cluster/relocate_binaries_for_mini_cluster.py 1 file changed, 33 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/21/23921/1 -- To view, visit http://gerrit.cloudera.org:8080/23921 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7f17971704dfec32a0256383bbc3029743b4674f Gerrit-Change-Number: 23921 Gerrit-PatchSet: 1 Gerrit-Owner: Abhishek Chennaka <[email protected]>
