Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OpenSearch build output for snapshot builds. #219

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

dblock
Copy link
Member

@dblock dblock commented Aug 15, 2021

Signed-off-by: dblock [email protected]

Description

The build doesn't correctly name the -min artifact with -SNAPSHOT. The script is also trying to be a bit too smart, we know exactly what the name of the artifact is and we only need to add -min to it.

Made the script a bit more future proof when we decide to build other targets such as Windows.

Finally, I opened opensearch-project/OpenSearch#1094 because there's no reason why the output of OpenSearch repo build shouldn't just be called -min, we can take care of it when merging this script into it.

Issues Resolved

Part of #179

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@dblock dblock requested a review from mch2 August 16, 2021 15:27
@dblock dblock merged commit 06c9070 into opensearch-project:main Aug 16, 2021
@dblock dblock deleted the fix-opensearch-output branch August 19, 2021 21:13
alborotogarcia pushed a commit to alborotogarcia/opensearch-build that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants