summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-30 09:36:51 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-30 09:36:51 -0500
commit0b8db7d48314edad72a2a73ca8c7157a2ed33e4d (patch)
treea5519a071e5b5c33a6477ae281d347ef02763ed4 /etc
parent297fccef1b608322ed41a8d6e78aee8dab800a74 (diff)
downloadmock-0b8db7d48314edad72a2a73ca8c7157a2ed33e4d.tar.gz
mock-0b8db7d48314edad72a2a73ca8c7157a2ed33e4d.tar.xz
mock-0b8db7d48314edad72a2a73ca8c7157a2ed33e4d.zip
small fixes to correctly document defaults.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index f9b9fa7..542d53e 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -35,15 +35,14 @@
# reproducability. Change with care.
#
# 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']['ccache_opts']['dir'] = "%(cache_topdir)s/%(root)s/ccache/"
# 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']['yum_cache_opts']['max_age_days'] = 30
+# config_opts['plugin_conf']['yum_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/yum_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']['root_cache_opts']['max_age_days'] = 15
+# config_opts['plugin_conf']['root_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/' ))
@@ -70,3 +69,4 @@
# config_opts['files']['path/name/no/leading/slash'] = "put file contents here."
# config_opts['chrootuid'] = os.getuid()
# config_opts['chrootgid'] = grp.getgrnam("mock")[2]
+# config_opts['useradd'] = '/usr/sbin/useradd -m -u %(uid)s -g %(gid)s -d %(home)s -n %(user)s' # Fedora/RedHat