From a8e51edd3101cdfe63697bd244e061fad45a1395 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 1 Aug 2017 12:28:29 -0400 Subject: [PATCH] Use the correct gather method that we tested in the boltron config. Signed-off-by: Ralph Bean --- fedora-modular.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-modular.conf b/fedora-modular.conf index 07104cf..69859e3 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -39,7 +39,7 @@ filter_system_release_packages = False # GATHER gather_source = 'module' -gather_method = 'deps' +gather_method = 'nodeps' check_deps = False greedy_method = 'build'