pungi-rocky/shared/gather.conf

17 lines
349 B
Plaintext
Raw Normal View History

2023-09-21 16:42:43 +00:00
gather_backend = "dnf"
check_deps = False
2024-08-05 20:17:55 +00:00
gather_method = "deps"
2023-09-21 16:42:43 +00:00
hashed_directories = False
gather_allow_reuse = True
repoclosure_backend = 'dnf'
gather_prepopulate = {
2024-06-29 23:52:18 +00:00
'scm': 'git',
2023-09-21 16:42:43 +00:00
'repo': GATHER_PREPOPULATE_REPO,
'branch': GATHER_PREPOPULATE_BRANCH,
'file': GATHER_PREPOPULATE_FILE,
'command': GATHER_PREPOPULATE_COMMAND
}