fix gather.conf for local runs

This commit is contained in:
Louis Abel 2024-06-29 16:52:18 -07:00
parent 668ea019fa
commit 198a131507
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -20,7 +20,7 @@ gather_allow_reuse = True
repoclosure_backend = 'dnf'
gather_prepopulate = {
'scm': 'file',
'scm': 'git',
'repo': GATHER_PREPOPULATE_REPO,
'branch': GATHER_PREPOPULATE_BRANCH,
'file': GATHER_PREPOPULATE_FILE,