From 4dbad19bedfe69f317312488c8b4e69a07dabacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 18 Nov 2014 10:46:45 +0000 Subject: [PATCH] disable package_state plugin on el6 because it does not work there because repoquery is missing --installroot on el6 --- files/copr/provision/files/mock/site-defaults.cfg | 2 +- roles/copr/backend/files/provision/files/mock/site-defaults.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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