Lubomir Kundrak schrieb:
Hi Fran,
On Mon, 2008-01-21 at 09:47 +0100, Frank Büttner wrote:
config_opts['yum.conf'] = """ config_opts['plugin_conf']['ccache_enable'] = False
Please switch these two lines.
""" marks beginning of a multi-line string, yum.conf in this case, so you added the ccache_enable option line to mock's yum.conf.
Thanks,
Yes now it work's. The goal is, that for /etc/mock/fedora-4-i386-epel.cfg the line config_opts['plugin_conf']['ccache_enable'] = False must be included, because by default at /etc/mock/defaults.cfg ccaache is enabled, but at the epel 4 repo ccache is not available. ccache is only available for EPEL5,F7,F8 and devel.
Thanks for the help:) Frank