pungi-rocky/shared/gather.conf
2024-08-05 13:17:55 -07:00

17 lines
349 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
}