Add bin/buildout --version#62
Merged
jimfulton merged 1 commit intobuildout:masterfrom Mar 3, 2013
mgedmin:buildout--version
Merged
Add bin/buildout --version#62jimfulton merged 1 commit intobuildout:masterfrom mgedmin:buildout--version
jimfulton merged 1 commit intobuildout:masterfrom
mgedmin:buildout--version
Conversation
Member
|
+1000, was just wanting this the other day |
|
+1 please and thank you |
Contributor
|
+1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently to see which version of zc.buildout I've got, I have to open bin/buildout in a text editor and look at the version number in the filename of the buildout egg included in sys.path. I'd like a simpler way. Having the --version command line argument print the version number and exit without doing anything else is traditional.
Fixes https://bugs.launchpad.net/zc.buildout/+bug/309770