|
|
|
@ -36,12 +36,12 @@ gather_backend = 'dnf'
|
|
|
|
|
check_deps = False
|
|
|
|
|
|
|
|
|
|
gather_method = {
|
|
|
|
|
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
|
|
|
|
|
"^(?!(AppStream|CRB|Buildroot)).*$": {
|
|
|
|
|
# Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver
|
|
|
|
|
"^(?!(AppStream|PowerTools|Buildroot)).*$": {
|
|
|
|
|
"comps": "deps",
|
|
|
|
|
"json": "deps",
|
|
|
|
|
},
|
|
|
|
|
"^(AppStream|CRB|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|Testing)$": "hybrid",
|
|
|
|
|
"^(AppStream|PowerTools|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|Testing)$": "hybrid",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hashed_directories = False
|
|
|
|
@ -78,10 +78,10 @@ create_optional_isos = False
|
|
|
|
|
#createiso_use_xorrisofs = True
|
|
|
|
|
|
|
|
|
|
createiso_skip = [
|
|
|
|
|
("^(BaseOS|AppStream|CRB|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|Testing)$", {
|
|
|
|
|
("^(BaseOS|AppStream|PowerTools|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|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
|
|
|
|
|
# No binary or src ISOs for PowerTools
|
|
|
|
|
# No binary or src ISOs for NFV
|
|
|
|
|
# Note: "*" matches only binary architectures.
|
|
|
|
|
"*": True,
|
|
|
|
@ -129,8 +129,8 @@ lorax_options = [
|
|
|
|
|
# LOOKASIDE
|
|
|
|
|
variant_as_lookaside = [
|
|
|
|
|
('AppStream', 'BaseOS'),
|
|
|
|
|
('CRB', 'BaseOS'),
|
|
|
|
|
('CRB', 'AppStream'),
|
|
|
|
|
('PowerTools', 'BaseOS'),
|
|
|
|
|
('PowerTools', 'AppStream'),
|
|
|
|
|
('HighAvailability', 'BaseOS'),
|
|
|
|
|
('HighAvailability', 'AppStream'),
|
|
|
|
|
("ResilientStorage", "BaseOS"),
|
|
|
|
|