Added Server to gather_method

i8.10
Arkady L. Shane 6 months ago
parent d13ea987ac
commit 05d3a5b158
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -37,7 +37,7 @@ check_deps = False
gather_method = { gather_method = {
# Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver
"^(?!(AppStream|PowerTools|Buildroot)).*$": { "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": {
"comps": "deps", "comps": "deps",
"json": "deps", "json": "deps",
}, },

@ -37,7 +37,7 @@ check_deps = False
gather_method = { gather_method = {
# Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver
"^(?!(AppStream|PowerTools|Buildroot)).*$": { "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": {
"comps": "deps", "comps": "deps",
"json": "deps", "json": "deps",
}, },

Loading…
Cancel
Save