pulp_rpm icon indicating copy to clipboard operation
pulp_rpm copied to clipboard

Use new createrepo_c API to simplify code

Open dralley opened this issue 1 year ago • 1 comments

[noissue]

dralley avatar Mar 11 '24 22:03 dralley

Found a bug, blocked: https://github.com/rpm-software-management/createrepo_c/pull/426

dralley avatar Mar 11 '24 23:03 dralley

Since the signature of the publish() task entry point is being changed, it'll have to be tweaked over the course of a few releases if we want to maintain zero downtime upgrades. The API server and tasks would otherwise have different expectations

That applies also to original_checksum_types. First we have to stop saving that field on the model from anywhere in the tasks, and then we can ditch it.

dralley avatar Aug 06 '24 18:08 dralley