diff options
Diffstat (limited to 'fc41a.tpl')
-rw-r--r-- | fc41a.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc41a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc41a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc41a" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False |