From 05d3a5b158d65d78b112bc96cc1324039cdca22a Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 4 Jul 2024 16:48:16 +0300 Subject: [PATCH] Added Server to gather_method --- msvsphere-i686/general.conf | 2 +- msvsphere/general.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index a11975f..c145324 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { "comps": "deps", "json": "deps", }, diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 982c401..adc8f8d 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { "comps": "deps", "json": "deps", },