diff --git a/files/copr/provision/files/mock/site-defaults.cfg b/files/copr/provision/files/mock/site-defaults.cfg index 8842bdb52a..1132032dd0 100644 --- a/files/copr/provision/files/mock/site-defaults.cfg +++ b/files/copr/provision/files/mock/site-defaults.cfg @@ -57,7 +57,7 @@ # NOTE: Some of the caching options can theoretically affect build # reproducability. Change with care. # -config_opts['plugin_conf']['package_state_enable'] = True +config_opts['plugin_conf']['package_state_enable'] = False # config_opts['plugin_conf']['ccache_enable'] = True # config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G' # config_opts['plugin_conf']['ccache_opts']['compress'] = None diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index 8842bdb52a..1132032dd0 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -57,7 +57,7 @@ # NOTE: Some of the caching options can theoretically affect build # reproducability. Change with care. # -config_opts['plugin_conf']['package_state_enable'] = True +config_opts['plugin_conf']['package_state_enable'] = False # config_opts['plugin_conf']['ccache_enable'] = True # config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G' # config_opts['plugin_conf']['ccache_opts']['compress'] = None