-
Notifications
You must be signed in to change notification settings - Fork 80
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
Upload with --force
doesn't regenerate repodata.json
#535
Comments
@wolfv I can't reproduce it. |
Did you upload two different files with the exact same name? |
Yes, the exact same name, returning an error without the |
There are 2 different API requests that can upload a package : Lines 1284 to 1288 in d272e61
and Line 1375 in d272e61
The first one doesn't build the This may be the error you have encountered. |
we could check which one is used by the |
The Line 80 in d272e61
We should fix the first API function anyway. |
For sure! Thanks for working on this! |
When uploading the same package version again (using
--force
) the repodata is not generated, which can lead to SHA256 and file size mismatches.We should properly store the new checksum & file size and regenerate the
repodata.json
.The text was updated successfully, but these errors were encountered: