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

Build: use VERSION if provided or fallback to git tag --describe #800

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

BlackYoup
Copy link
Contributor

Hi,

I'm packaging this software for a source based distribution (Exherbo). During the compilation, we are not in a git repository (I use Github tarball). Because of that, the $(shell git tag --describe) will emit an error even if I pass the VERSION to make like: make build VERSION=0.12.3

The error is harmless and the build still succeed but it can make the user think that the compilation will fail :-)

@mattfarina mattfarina merged commit 7212f9e into Masterminds:master Apr 11, 2017
@mattfarina
Copy link
Member

Thanks for the contribution.

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.

2 participants