From 69074df9aaffa2a5431da70055b876b15a55c157 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jun 24 2022 17:32:30 +0000 Subject: Use 'deps' gather_method Signed-off-by: Stephen Gallagher --- diff --git a/shared/gather.conf b/shared/gather.conf index 3bc9259..58b1973 100644 --- a/shared/gather.conf +++ b/shared/gather.conf @@ -1,14 +1,7 @@ gather_backend = "dnf" check_deps = False -gather_method = { - # Anything that is not AppStream, CRB or Buildroot should use the old depsolver - "^(?!(AppStream|CRB|Buildroot)).*$": { - "comps": "deps", - "json": "deps", - }, - "^(AppStream|CRB|Buildroot)$": "hybrid", -} +gather_method = deps hashed_directories = False gather_allow_reuse = True