From b22fd62355a8ac75417afb01e160ccdff9145d43 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 Jun 2019 08:28:50 +0200 Subject: [PATCH] Enable yum/dnf caches again We now have copr-rpmbuild 0.29 on our builder VMs, and that version automatically removes caches after each build. This reverts commit 1bde1869f8a708f8b0960f5be4e35bad94be36d9. --- roles/copr/backend/files/provision/files/mock/site-defaults.cfg | 2 -- 1 file changed, 2 deletions(-) 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 0cd74e5c43..b5d29c3d83 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -3,8 +3,6 @@ config_opts['plugin_conf']['package_state_enable'] = False config_opts['plugin_conf']['ccache_enable'] = False -config_opts['plugin_conf']['yum_cache_enable'] = False - config_opts['plugin_conf']['root_cache_enable'] = True # when used build ignores additional buildroot packages, reason unknown # config_opts['plugin_conf']['root_cache_opts']['age_check'] = False