@ -37,11 +37,11 @@ check_deps = False
gather_method = {
# Anything that is not Certified or Buildroot should use the old depsolver
"^(?!(Certified|Buildroot)).*$": {
"^(?!(Certified|CRB|Buildroot)).*$": {
"comps": "deps",
"json": "deps",
},
"^(Certified|Devel|Testing)$": "hybrid",
"^(Certified|CRB|Devel|Testing)$": "hybrid",
}
hashed_directories = False
@ -76,7 +76,7 @@ create_optional_isos = False
createiso_use_xorrisofs = True
createiso_skip = [
("^(Certified|Devel|Testing)$", {
("^(Certified|CRB|Devel|Testing)$", {
# No binary ISOs for BaseOS (but still generate src ISOs) - RCM-41330
# No binary ISOs for AppStream (but still generate src ISOs) - RCM-40356
# No binary or src ISOs for CRB
@ -126,6 +126,7 @@ lorax_options = [
# LOOKASIDE
variant_as_lookaside = [
("CRB", "Certified"),
("Devel", "Certified"),
("Testing", "Certified")
]
@ -36,6 +36,13 @@ filter_packages = [
),
(
'^CRB$', {
'*': [
"glibc32",
'^Devel$', {
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
('CRB', 'Certified'),