#212 Filter out according to srpm_name locally, because server-side filtering is very slow and even timeouts.
Merged by jkaluza. Opened by jkaluza.
jkaluza/freshmaker lb-filter-srpm_name-locally  into  master

Download 212.patch
no initial comment

While checking where we use rpm_manifest, I have found out that we actually never use srpm_nevra and data["srpm_nevra"] we generate here, so that's why removed in this PR.

That's how LB returns rpm_manifest now, so I'm just adding this list everywhere in test_lightblue.py.

Jus to explain - this is because the manifest is just a projection of query from different entity

Technically you really could just do image["rpm_manifest"][0] because there really should be only one. And if there would be more they better be identical :-)

rebased onto bb5975ea67a583b61cc9f214e2a7a939dab0f048

rebased onto f9a35140361747935dea32f95fb30f82ff04639e

:thumbsup:

Pull-Request has been merged by jkaluza

Metadata