mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
gather_backend = "dnf"
|
|
check_deps = False
|
|
|
|
gather_method = {
|
|
"^(?!(AppStream|PowerTools)).*$":{
|
|
"comps": "deps"
|
|
},
|
|
"^(AppStream|PowerTools)$": "hybrid",
|
|
}
|
|
|
|
hashed_directories = True
|
|
gather_allow_reuse = True
|
|
repoclosure_backend = "dnf"
|
|
|
|
gather_prepopulate = {
|
|
'scm': 'file',
|
|
'repo': GATHER_PREPOPULATE_REPO,
|
|
'branch': GATHER_PREPOPULATE_BRANCH,
|
|
'file': GATHER_PREPOPULATE_FILE,
|
|
'command': GATHER_PREPOPULATE_COMMAND
|
|
}
|