-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
ipfs version --commit no longer shows githash #3837
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
Comments
Works here.
f630222 introduced it but it was latter resolved in same PR (iirc). As a note, builds from dist.ipfs.io don't have the hash. |
Why? They used to |
I don't think they ever had a hash. |
Here's a more complete transcript on my build session:
|
Aaah, |
This is because of the dists build process. I can probably fix it, but i've purposfully kept it this way because it makes release builds much more easily recognizeable. If we're wanting to fix this, i can do so |
Version information:
Type: Bug
Priority: P3
Description:
Running
ipfs version --commit
oripfs version --all
no longer shows the git hash. In my case, I am building ipfs from source by running "make install" from my$GOPATH/src/github.com/ipfs/go-ipfs
directory. See above for an example. I bisected this, and this problem was introduced by f630222The text was updated successfully, but these errors were encountered: