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

I don't know how to figure out pond's version #212

Open
zookozcash opened this issue Jan 14, 2016 · 4 comments
Open

I don't know how to figure out pond's version #212

zookozcash opened this issue Jan 14, 2016 · 4 comments

Comments

@zookozcash
Copy link

I'd like to know what version of pond I have here. Ideally the answer would be a git commit id, but I'd take a self-declared version number or string, too.

$ ./bin/client --version
flag provided but not defined: -version
Usage of ./bin/client:
-cli=false: If true, the CLI will be used, even if the GUI is available
-dev=false: Is this a development environment?
-panda-scrypt=false: Run in subprocess mode to process passphrase
-state-file="": File in which to save persistent state

@zookozcash
Copy link
Author

Before opening this ticket, I also tried:

  • grepping the logs of having fetched and built it with "go get", per the instructions
  • querying go, with "go list", "go vet", and "go version"
  • exploring the filesystem under $GOPATH/src

None of them told me any information about what version of pond I have here.

@ebfe
Copy link
Contributor

ebfe commented Jan 14, 2016

Maybe

$ cd $GOPATH/src/github.com/agl/pond
$ git describe
v0.1.1-7-gbce6e0d 

@zookozcash
Copy link
Author

Perfect. Thanks!

$ git describe
v0.1.1-7-gbce6e0d

@zookozcash
Copy link
Author

So, to close this ticket, how about somebody makes it so that ./bin/client --version outputs that same string that git describe does?

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

No branches or pull requests

2 participants