Remove Devel variant

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

@ -56,16 +56,6 @@ additional_packages = [
]
}
),
(
'^Devel$', {
'*': [
"glibc32",
"sphere-repos-extra",
"yasm",
"yasm-devel"
]
}
),
(
'^Testing$', {
'*': [

@ -47,15 +47,5 @@ filter_packages = [
"glibc32",
]
}
),
(
'^Devel$', {
'*': [
"*.i686",
"gutenprint-selinux",
"sphere-release-el"
]
}
)
]

@ -19,7 +19,7 @@ gather_method = {
"comps": "deps",
"json": "deps",
},
"^(Certified|CRB|Devel|Testing)$": "hybrid",
"^(Certified|CRB|Testing)$": "hybrid",
}
hashed_directories = False
@ -56,7 +56,7 @@ create_optional_isos = False
createiso_use_xorrisofs = True
createiso_skip = [
("^(Certified|CRB|Devel|Testing)$", {
("^(Certified|CRB|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,7 +105,7 @@ lorax_options = [
]
buildinstall_skip = [
("^(CRB|Devel|Testing)$", {
("^(CRB|Testing)$", {
'*': True
})
]
@ -113,6 +113,5 @@ buildinstall_skip = [
# LOOKASIDE
variant_as_lookaside = [
('CRB', 'Certified'),
("Devel", "Certified"),
("Testing", "Certified")
]

File diff suppressed because it is too large Load Diff

@ -94,18 +94,6 @@
<!-- <module>swig:4.1</module> -->
</modules>
</variant>
<variant id="Devel" name="Devel" type="variant">
<arches>
<arch>x86_64</arch>
</arches>
<groups>
<group default="false">additional-devel</group>
</groups>
<modules>
<!-- <module>javapackages-tools-devel:202201</module> -->
<!-- <module>javapackages-tools:202201</module> -->
</modules>
</variant>
<variant id="Testing" name="Testing" type="variant">
<arches>
<arch>x86_64</arch>

Loading…
Cancel
Save