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