mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 12:11:45 +00:00
Currently, for repos with "file" baseurl scheme, mixer expects the rpms to be directly within the baseurl path. But it is possible that rpms can be in sub directories within the repo baseurl. In order to handle this, if an rpm is not found directly within the repo baseurl, run repoquery to determine the actual location of the rpm. This is expensive and it is recommended that rpms are stored directly within the repo baseurl. Includes a bat test. Fixes #674 Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>