i9.5-certified
Arkady L. Shane 5 days ago
parent ed64c7a5f8
commit 907bc8aff3
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",
},
@ -111,5 +111,5 @@ buildinstall_skip = [
# LOOKASIDE
variant_as_lookaside = [
("Testing", "OS"),
("Updates", "OS"),
("Updates", "OS")
]

Loading…
Cancel
Save