Project

Profile

Help

Issue #7819

Updated by pulpbot about 2 years ago

 

 **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 
 * https://wiki.debian.org/DebianRepository/Format#Acquire-By-Hash 
 * https://wiki.debian.org/DebianRepository/Format#indices_acquisition_via_hashsums_.28by-hash.29 

Back