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