release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

Do not trust 'is_modular' field #94

Closed rbikar closed 5 years ago

rbikar commented 5 years ago

Description: Currently we trust is_modular field in rpm units. But this field is not really reliable. It can only be trusted, if the value is True. If it's False it can be modular and also non-modular.

We should implement check for this field: E.g. maybe something like: take rpm, check it's existence in any modulemd associated to repo and act accordingly.

Acceptance criteria:

danrodrig commented 5 years ago

@rbikar I just found this, https://github.com/pulp/pulp_rpm/pull/1368 https://pulp.plan.io/issues/4869