oamg / leapp-repository

Leapp repositories containing actors for the Leapp framework (https://github.com/oamg/leapp). Currently provides leapp repositories for in-place upgrades of RHEL systems.
Apache License 2.0
48 stars 144 forks source link

drop unused packager field from distro metadata #1233

Closed evgeni closed 3 months ago

evgeni commented 3 months ago

The actor was refactored to accept any gpg-key package, regardless of the value in the packager field, but the data was never drop from the JSON files.

Fixes: 4968bec73947fb83aeb2d89fe7e919fba2ca2776

pirat89 commented 3 months ago

Well, I remember I was thinking about that in the past, but decided to keep to to postpone what we will want to do about that. Whether to use the extra info about the packager or not at all in future. But thinking about that twice, I think the check is not neccessary and the complete drop makes sense. @oamg/developers any opinions?