Fixes for block_retired #8213

Merged
jnsamyak merged 3 commits from kkt into master 2026-06-08 03:11:52 +00:00

3 commits

Author SHA1 Message Date
Igor Gnatenko
e92228fb46
block_retired: Block packages which are not active in PDC
This is opposite to what was happening, we were blocking packages which
are not active... But some packages might not even be recorded in PDC
for specific branch.

Let's just do opposite, find all unblocked packages in Koji, all active
packages in PDC and block what is not in the list.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-03-13 00:31:56 +01:00
Igor Gnatenko
1772ffa211
block_retired: Drop pkgdb support
It is dead…

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-03-12 23:58:01 +01:00
Igor Gnatenko
04a7a50da0
block_retired: Include only 'global_component' field
Since we are not using anything else. This speeds up query.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2019-03-12 23:20:18 +01:00