diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2007-10-24 18:18:50 -0500 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2007-10-24 18:18:50 -0500 |
| commit | e529d4bffb7acdb0e044f172dc2f18a33bbd31fb (patch) | |
| tree | d2197a739ec8ade4ee8ed8def71fe268c4ce1cf1 /etc | |
| parent | 0c6265c09a45ce208d5d0f8fab9a48531dfdcdac (diff) | |
allow noncontiguous cache dir specifications.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg index e01040d..f9b9fa7 100644 --- a/etc/defaults.cfg +++ b/etc/defaults.cfg @@ -19,7 +19,6 @@ # config_opts['cache_topdir'] = '/var/lib/mock/cache' # config_opts['rpmbuild_timeout'] = 0 # config_opts['use_host_resolv'] = True - # the cleanup_on_* options allow you to automatically clean and remove the # mock build directory, but only take effect if --resultdir is used. # config_opts provides fine-grained control. cmdline only has big hammer @@ -38,10 +37,13 @@ # config_opts['plugin_conf']['ccache_enable'] = True # config_opts['plugin_conf']['ccache_opts']['max_age_days'] = # config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '4G' +# config_opts['plugin_conf']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/" # config_opts['plugin_conf']['yum_cache_enable'] = True # config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] +# config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/" # config_opts['plugin_conf']['root_cache_enable'] = True # config_opts['plugin_conf']['root_cache_opts']['max_age_days'] +# config_opts['plugin_conf']['yum_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/" # config_opts['plugin_conf']['bind_mount_enable'] = True # config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/host/path', '/bind/mount/path/in/chroot/' )) |
