Drop gather_propopulate options

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-06-29 11:31:00 -04:00
parent 1adf1aaff3
commit 9add766f40
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -6,11 +6,3 @@ 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
}