-
-
Notifications
You must be signed in to change notification settings - Fork 221
Dirty working directory not being correctly detected when tags are missing #86
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
at first glace that looks like a problem with git describe interpretation whats the output of git describe? also please run the |
Which apparently is caused by not having any tags--which is expected, since this is a fairly new repo. Maybe that requirement should be mentioned in the documentation? Thanks for the help. |
no, thats actually a bug - the handler for nothign to describe doesnt check if there is changes in the workdir |
closed by d041864 |
I'm working with a "big repo" with many libraries/services. One service, "tasks," references the "model" library in its requirements.txt
If I run
Then the generated wheel in ~/.pex/build is called
model-0.1.dev239+n6e5cad8-py2-none-any.whl
, which doesn't have the timestamp that the documentation suggests, despite the fact that the repository is dirty:The text was updated successfully, but these errors were encountered: