disable package_state plugin on el6
because it does not work there because repoquery is missing --installroot on el6
This commit is contained in:
parent
3b5198a266
commit
4dbad19bed
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue