121ffb403f
Background story: if a compose is combining modular and traditional compose, the configuration will contain multiple Koji tags to build package set from (one tag for each module, plus at least one tag for the traditional content). However some packages might be present in multiple tags, and if the package set contains both, there's no way to control which one will end up in the compose. The solution for this is to give preference to the modular compose. If a package with the same name exists in multiple tags, we only take the first one we find. This relies on ordering of collected tags: modular ones are always first, and traditional tags are at the end of the list. If there are multiple modules that contain the same package, only one of them will be used, which is not correct. Allegedly this should not happen. In any case such use case does not work without this patch either, so we're not losing anything. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com> |
||
---|---|---|
.. | ||
gather | ||
pkgset | ||
__init__.py | ||
base.py | ||
buildinstall.py | ||
createiso.py | ||
createrepo.py | ||
extra_files.py | ||
image_build.py | ||
image_checksum.py | ||
init.py | ||
live_images.py | ||
livemedia_phase.py | ||
osbs.py | ||
ostree_installer.py | ||
ostree.py | ||
product_img.py | ||
test.py |