mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-06 20:27:55 +08:00
Previous version was assuming that number of alternatives is static which is wrong, they can be appearing depending on solvables. Also it was checking even impossible combinations (due to using itertools.product). Now we check only real possibilities. Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>