Commit 375064f
committed
Introduce PRE_DOWNLOADED_ADDITIONAL_PACKAGES variable
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]>1 parent 60549d2 commit 375064f
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
0 commit comments