i9.5-certified-scbs
Arkady L. Shane 6 days ago
parent d7e88b922f
commit bc8e153190
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -62,7 +62,7 @@ additional_packages = [
"sphere-release-certified"
]
}
)
),
(
'^Testing$', {
'*': [

@ -15,7 +15,7 @@ check_deps = False
gather_method = {
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
"^(?!(OS|Updates|Buildroot)).*$": {
"^(?!(Updates|Buildroot)).*$": {
"comps": "deps",
"json": "deps",
},
@ -113,5 +113,5 @@ buildinstall_skip = [
# LOOKASIDE
variant_as_lookaside = [
("Testing", "OS"),
("Updates", "OS"),
("Updates", "OS")
]

Loading…
Cancel
Save