summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-11-17 23:29:19 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-11-17 23:29:19 -0600
commit19c6b60285ccb992ca458d86c240fba21f72528b (patch)
treec5adb213fad76c83681cbe73226e24128126962b /etc
parent67d7045e3d29f0e325d70488523aa2e365e79462 (diff)
downloadmock-19c6b60285ccb992ca458d86c240fba21f72528b.tar.gz
mock-19c6b60285ccb992ca458d86c240fba21f72528b.tar.xz
mock-19c6b60285ccb992ca458d86c240fba21f72528b.zip
add doc for internal_setarch to defaults.cfg
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index 2371b1c..7b855f0 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -25,6 +25,12 @@
# config_opts['root_log_fmt_name'] = "detailed"
# config_opts['state_log_fmt_name'] = "state"
#
+# internal_setarch defaults to 'True' if the python 'ctypes' package is
+# available. It is in the python std lib on >= python 2.5. On older versions,
+# it is available as an addon. On systems w/o ctypes, it will default to
+# 'False'
+# config_opts['internal_setarch'] = False
+#
# 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