Use the correct gather method that we tested in the boltron config.

Signed-off-by: Ralph Bean <rbean@redhat.com>
This commit is contained in:
Ralph Bean 2017-08-01 12:28:29 -04:00
parent 07a79bd9bb
commit a8e51edd31

View File

@ -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'