summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-03-11 14:46:01 -0800
committerJesse Keating <jkeating@redhat.com>2010-03-11 14:46:01 -0800
commitc668028349fa1c3d6bf2ad9a309f95691e1900b1 (patch)
treec77584d92c965f49d33911a282f130b46573d194 /etc
parentb20ae0ba052618a6a8f58ea800f6e008f8d015b8 (diff)
downloadmock-c668028349fa1c3d6bf2ad9a309f95691e1900b1.tar.gz
mock-c668028349fa1c3d6bf2ad9a309f95691e1900b1.tar.xz
mock-c668028349fa1c3d6bf2ad9a309f95691e1900b1.zip
Make createrepo disabled by default
Diffstat (limited to 'etc')
-rw-r--r--etc/mock/site-defaults.cfg2
1 files changed, 1 insertions, 1 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'
#############################################################################