You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having only ADDITIONAL_PACKAGES variable and then adding the packages
to it which are already downloaded because those comes from different
repo makes the whole installation of additional packages logic break
because in that logic we first download those additional packages using
yum download then then create local repo and finally push it to VM for
installation. Since some packages like qemu-user-static is comes from
fedora repo and we just can't enable this because it might affect other
packages and we hit situation like 718a9c4
one.
So this PR separate addtional packages which can be downloaded from
official repo to other packages which comes from different repo but at
the installation time it should be creating single layer on ostree side.
Signed-off-by: Praveen Kumar <[email protected]>
0 commit comments