pungi-fedora/shared/gather.conf
Stephen Gallagher 3b6faaab6e
Re-add prepopulate configuration
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-25 11:32:38 -04:00

18 lines
350 B
Plaintext

gather_backend = "dnf"
check_deps = False
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
}