2020-08-21 08:38:04 +02:00
|
|
|
gather_backend = "dnf"
|
|
|
|
check_deps = False
|
|
|
|
|
2022-06-24 13:34:46 -04:00
|
|
|
gather_method = "deps"
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
hashed_directories = False
|
|
|
|
gather_allow_reuse = True
|
|
|
|
repoclosure_backend = 'dnf'
|
2022-07-25 11:32:38 -04:00
|
|
|
|
|
|
|
gather_prepopulate = {
|
|
|
|
'scm': 'git',
|
|
|
|
'repo': GATHER_PREPOPULATE_REPO,
|
|
|
|
'branch': GATHER_PREPOPULATE_BRANCH,
|
|
|
|
'file': GATHER_PREPOPULATE_FILE,
|
|
|
|
'command': GATHER_PREPOPULATE_COMMAND
|
|
|
|
}
|
|
|
|
|