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

bug in versioncheck if installed inside a git repo #73

Closed
jantman opened this issue Sep 29, 2015 · 1 comment
Closed

bug in versioncheck if installed inside a git repo #73

jantman opened this issue Sep 29, 2015 · 1 comment
Labels

Comments

@jantman
Copy link
Owner

jantman commented Sep 29, 2015

There's a bug in versioncheck if it's installed inside a git repo.

git clone ANYTHING
cd ANYTHING
virtualenv .
pip install awslimitchecker
awslimitchecker -V

This reports the git commit hash and origin URL of ANYTHING.

@jantman
Copy link
Owner Author

jantman commented Nov 16, 2015

The tests introduced by 347b061 and the two commits preceding it seem to identify this situation correctly. Now I just need to come up with a plan for how to fix it...

jantman added a commit that referenced this issue Nov 26, 2015
jantman added a commit that referenced this issue Nov 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant