From 39287b3dcd6f5cb73b3840b16e568aaba8906575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 16 Mar 2016 15:46:42 +0100 Subject: [PATCH] copr: this is already default in mock no need to duplicate it here --- 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 067b537829..cc8162fc55 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -8,8 +8,6 @@ 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 -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 config_opts['plugin_conf']['compress_logs_enable'] = True