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

Fix missing commit info in auto-generated archives #2849

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Fix missing commit info in auto-generated archives #2849

merged 1 commit into from
Oct 20, 2020

Conversation

Wuestengecko
Copy link
Contributor

When the repository was restructured to what it is now, the
.gitattributes file was not updated to reflect the new paths. As a
result, the current commit information is no longer inserted into
ploty/_version.py during automatic tarball exports (as done by
Github). With no information being provided implicitly by Git itself,
this means the version information is entirely unavailable to the build
system at packages/python/ploty/setup.py; this in turn results in a
reported version number of 0+unknown for builds from these archives.

When the repository was restructured to what it is now, the
`.gitattributes` file was not updated to reflect the new paths. As a
result, the current commit information is no longer inserted into
`ploty/_version.py` during automatic tarball exports (as done by
Github). With no information being provided implicitly by Git itself,
this means the version information is entirely unavailable to the build
system at `packages/python/ploty/setup.py`; this in turn results in a
reported version number of `0+unknown` for builds from these archives.
@nicolaskruchten
Copy link
Contributor

Thanks!

@nicolaskruchten nicolaskruchten merged commit 1ca15e9 into plotly:master Oct 20, 2020
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

Successfully merging this pull request may close these issues.

2 participants