Re-add prepopulate configuration

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-07-25 11:32:38 -04:00
parent 53060b422d
commit 3b6faaab6e
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -6,3 +6,12 @@ gather_method = "deps"
hashed_directories = False
gather_allow_reuse = True
repoclosure_backend = 'dnf'
gather_prepopulate = {
'scm': 'git',
'repo': GATHER_PREPOPULATE_REPO,
'branch': GATHER_PREPOPULATE_BRANCH,
'file': GATHER_PREPOPULATE_FILE,
'command': GATHER_PREPOPULATE_COMMAND
}