diff options
-rw-r--r-- | etc/mock/site-defaults.cfg | 2 | ||||
-rwxr-xr-x | py/mock.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/mock/site-defaults.cfg b/etc/mock/site-defaults.cfg index 8e9911c..960d086 100644 --- a/etc/mock/site-defaults.cfg +++ b/etc/mock/site-defaults.cfg @@ -47,7 +47,7 @@ # if you want mock to automatically run createrepo on the rpms in your # resultdir. -# config_opts['createrepo_on_rpms'] = True +# config_opts['createrepo_on_rpms'] = False # config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' ############################################################################# @@ -227,7 +227,7 @@ def setup_default_config_opts(config_opts, unprivUid): config_opts['cleanup_on_success'] = 1 config_opts['cleanup_on_failure'] = 1 - config_opts['createrepo_on_rpms'] = True + config_opts['createrepo_on_rpms'] = False config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' # default command # (global) plugins and plugin configs. # ordering constraings: tmpfs must be first. |