pulp / pulp_deb

Debian repository plugin for Pulp (pulpproject.org)
GNU General Public License v2.0
61 stars 78 forks source link

Support by-hash files for verbatim publications #1084

Open daviddavis opened 4 months ago

daviddavis commented 4 months ago

If using a verbatim publication and the upstream has by-hash files, publish them along with the other repo metadata files.

I think that this feature should probably ignore the APT_BY_HASH setting and rather just mirror whatever upstream is doing since upstream will have Acquire-by-Hash setting in its Release file and pulp_deb just mirrors this setting from upstream.

This feature is probably related to this other feature I've filed to sync using by-hash files: https://github.com/pulp/pulp_deb/issues/1031.