Issue #7819
closedServers supporting Acquire-By-Hash may break verbatim publications
Description
Ticket moved to GitHub: "pulp/pulp_deb/397":https://github.com/pulp/pulp_deb/issues/397
If a server supports Acquire-By-Hash (in a Release file), the verbatim publisher will still claim to do so (since it will republish the Release file verbatim). However, the verbatim publisher will not publish the Acquire-By-Hash locations for package indecies, since we do not sync them.
This should be easy to fix, if we add the Acquire-By-Hash to our sync. Note that this will be the same files under a different path which probably relates to the whole relative_path
corner case problem? (I have forgotten what exactly the latest state of that problem/discussion was).
See
Updated by quba42 about 4 years ago
Ideally this will just require adding additional "by hash" artifacts to our package index file units.
I suppose there is no concept of "symlinks" in a pulp repository? It is simply a matter of publishing the same artifact under an extra path?
Updated by pulpbot almost 3 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE