It seems that the errata_rhel_release_prefix configuration defaults to unset, it's not set in our Freshmaker deployment, and no place in the Freshmaker code calls get_builds with the keyword argument rhel_release_prefix. With this in mind, let's optimize get_builds so we can skip some Errata Tool REST API calls when rhel_release_prefix is not set.
It seems that the
errata_rhel_release_prefixconfiguration defaults to unset, it's not set in our Freshmaker deployment, and no place in the Freshmaker code callsget_buildswith the keyword argumentrhel_release_prefix. With this in mind, let's optimizeget_buildsso we can skip some Errata Tool REST API calls whenrhel_release_prefixis not set.