Added CRB repo

i9.4-certified
Arkady L. Shane 3 months ago
parent 39e1f3faec
commit 7e5aa0d096
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

File diff suppressed because it is too large Load Diff

@ -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$', {
'*': [

@ -37,11 +37,11 @@ check_deps = False
gather_method = {
# Anything that is not AppStream, CRB 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")
]

Loading…
Cancel
Save