Drop CRB variant

i9.5-certified-scbs
Arkady L. Shane 2 weeks ago
parent 1b730fbff6
commit 72b8567c15
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

File diff suppressed because it is too large Load Diff

@ -40,12 +40,5 @@ filter_packages = [
"systemd-standalone-tmpfiles"
]
}
),
(
'^CRB$', {
'*': [
"glibc32",
]
}
)
]

@ -15,11 +15,11 @@ check_deps = False
gather_method = {
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
"^(?!(Certified|CRB|Buildroot)).*$": {
"^(?!(Certified|Buildroot)).*$": {
"comps": "deps",
"json": "deps",
},
"^(Certified|CRB|Testing)$": "hybrid",
"^(Certified|Testing)$": "hybrid",
}
hashed_directories = False
@ -56,7 +56,7 @@ create_optional_isos = False
createiso_use_xorrisofs = True
createiso_skip = [
("^(Certified|CRB|Testing)$", {
("^(Certified|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
@ -105,13 +105,12 @@ lorax_options = [
]
buildinstall_skip = [
("^(CRB|Testing)$", {
("^(Testing)$", {
'*': True
})
]
# LOOKASIDE
variant_as_lookaside = [
('CRB', 'Certified'),
("Testing", "Certified")
]

File diff suppressed because it is too large Load Diff

@ -83,17 +83,6 @@
<!-- <module>maven:3.8</module> -->
</modules>
</variant>
<variant id="CRB" name="CRB" type="variant">
<arches>
<arch>x86_64</arch>
</arches>
<groups>
<group default="false">crb</group>
</groups>
<modules>
<!-- <module>swig:4.1</module> -->
</modules>
</variant>
<variant id="Testing" name="Testing" type="variant">
<arches>
<arch>x86_64</arch>

Loading…
Cancel
Save