mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
[backend] hotfix for ignored extra buildroot packages
This commit is contained in:
@@ -6,7 +6,8 @@ config_opts['plugin_conf']['ccache_enable'] = False
|
||||
config_opts['plugin_conf']['yum_cache_enable'] = False
|
||||
|
||||
config_opts['plugin_conf']['root_cache_enable'] = True
|
||||
config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
# when used build ignores additional buildroot packages, reason unknown
|
||||
# config_opts['plugin_conf']['root_cache_opts']['age_check'] = False
|
||||
config_opts['plugin_conf']['root_cache_opts']['exclude_dirs'] = ["./proc", "./sys", "./dev",
|
||||
"./tmp/ccache", "./var/cache/yum" ]
|
||||
config_opts['plugin_conf']['bind_mount_enable'] = False
|
||||
|
||||
Reference in New Issue
Block a user