Different URL with same checksum #21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are some URLs in the opam-repository that point to the identical checksum. We should be able to deduplicate the download attempts and avoid unnecessary traffic. Related to #13. Not urgent.
At the moment, we build a map from url to checksums, we should maybe also construct a map from checksum to url, and still check the consistency:
Related to #5 as well.
done in #24