osbuild-depsolve-dnf: port module_hotfixes support over
from 61e6f75281
This commit is contained in:
parent
161c19601a
commit
c673eab2b5
1 changed files with 5 additions and 0 deletions
|
|
@ -121,6 +121,11 @@ class Solver():
|
||||||
# we set the expiration to a short time period, rather than 0.
|
# we set the expiration to a short time period, rather than 0.
|
||||||
repo.metadata_expire = desc.get("metadata_expire", "20s")
|
repo.metadata_expire = desc.get("metadata_expire", "20s")
|
||||||
|
|
||||||
|
# This option if True disables modularization filtering. Effectively
|
||||||
|
# disabling modularity for given repository.
|
||||||
|
if "module_hotfixes" in desc:
|
||||||
|
repo.module_hotfixes = desc["module_hotfixes"]
|
||||||
|
|
||||||
return repo
|
return repo
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue