-
Notifications
You must be signed in to change notification settings - Fork 3
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
nctl --version just shows dev
#160
Comments
This issue should be fixed in #162. So with the next released version this issue should not come up again. |
We just released |
It now shows |
Yes, that should be fixed by #165 |
Might this issue be caused by some specific Arch Linux build steps? I can't find the commit |
When executing the build steps contained in the repository
I am not sure where the commit from the initial description comes from, but we should maybe not show empty commits/dates in the version output. |
Sorry, I now read your comment and understand that you build in a git repository. I think you could just use |
Yes, AUR packages are just git repositories, so it picks up the git commit from the AUR package locally.
If I pass that flag I end up with the same output: |
We just merged a commit which fixes this. So the next release of |
For future reference: It works correctly with the 1.8.0 release:
|
Since 1.7.4
nctl --version
just showsdev
:I guess the reason is the change in 587c14b which changes the
version
fromvar
toconst
and thus it's not overridable at link time anymore.The text was updated successfully, but these errors were encountered: