-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ipfs repo version
command
#2598
Conversation
@@ -105,6 +111,7 @@ set of stored objects and print repo statistics. It outputs to stdout: | |||
NumObjects int Number of objects in the local repo. | |||
RepoPath string The path to the repo being currently used. | |||
RepoSize int Size in bytes that the repo is currently taking. | |||
Version string The repo version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs final .
Once I get confirmation if this is the right direction I'll update the tests as well. |
License: MIT Signed-off-by: Michael Pfister <pfista@gmail.com>
License: MIT Signed-off-by: Michael Pfister <pfista@gmail.com>
License: MIT Signed-off-by: Michael Pfister <pfista@gmail.com>
LGTM. @jbenet |
yeah LGTM, thanks |
In this PR non building commits were merged but now it is too late. |
Sorry, was expecting these to be squashed before merge! |
It isn't your fault in any case, we should have noticed. |
|
ipfs repo version -q > repo-version-q | ||
' | ||
test_expect_success "repo version came out correct" ' | ||
egrep "^fs-repo@[0-9]" repo-version-q >/dev/null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this may need to be fs-repo@[0-9]+
I will follow up. |
Fixes #2571