Skip to content

netdata/packaging/installer: Dont use --always in git describe.#5860

Merged
paulkatsoulakis merged 1 commit intonetdata:masterfrom
paulkatsoulakis:fix-version-hash-bug-issue5855
Apr 13, 2019
Merged

netdata/packaging/installer: Dont use --always in git describe.#5860
paulkatsoulakis merged 1 commit intonetdata:masterfrom
paulkatsoulakis:fix-version-hash-bug-issue5855

Conversation

@paulkatsoulakis
Copy link
Contributor

@paulkatsoulakis paulkatsoulakis commented Apr 12, 2019

Summary

Dont use --always in git describe.
When git describe can't find a tag, we have the alternative of packaging/version content file.

When we use --always we break the configure mechanism and we end up with broken version information if git describe doesn't reach out to a tag (for example when a small number is given to --depth during git clone)

Component Name

netdata/packaging/installer

Additional Information

Fixes #5855

…t find a tag we have the alternative of packaging/version content file
@paulkatsoulakis paulkatsoulakis added this to the v1.14-rc1 milestone Apr 12, 2019
@paulkatsoulakis paulkatsoulakis requested a review from cakrit April 12, 2019 17:37
@paulkatsoulakis paulkatsoulakis requested a review from ktsaou as a code owner April 12, 2019 17:37
@paulkatsoulakis paulkatsoulakis merged commit 065523a into netdata:master Apr 13, 2019
@netdatabot netdatabot added the area/packaging Packaging and operating systems support label Apr 13, 2019
@paulkatsoulakis paulkatsoulakis deleted the fix-version-hash-bug-issue5855 branch April 21, 2019 11:20
jackyhuang85 pushed a commit to jackyhuang85/netdata that referenced this pull request Jan 1, 2020
…t find a tag we have the alternative of packaging/version content file (netdata#5860)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/packaging Packaging and operating systems support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

netdata/packaging: In particular cases netdata binary produces broken version string

3 participants