From 19c6b60285ccb992ca458d86c240fba21f72528b Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Sat, 17 Nov 2007 23:29:19 -0600 Subject: add doc for internal_setarch to defaults.cfg --- etc/defaults.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit