Skip lorax run for unimportant variants

i10.0
Arkady L. Shane 3 weeks ago
parent 2bdacedce1
commit 396094d7c1
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -105,6 +105,7 @@ create_jigdo = False
# bootable = True
buildinstall_method = "lorax"
buildinstall_allow_reuse = True
lorax_options = [
("^.*$", {
@ -116,6 +117,12 @@ lorax_options = [
})
]
buildinstall_skip = [
("^(AppStream|CRB|Devel|Extras|HighAvailability|NFV|Testing)", {
'*': True
})
]
# LOOKASIDE
variant_as_lookaside = [
('AppStream', 'BaseOS'),

Loading…
Cancel
Save