diff options
Diffstat (limited to 'etc/mock/site-defaults.cfg')
-rw-r--r-- | etc/mock/site-defaults.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/mock/site-defaults.cfg b/etc/mock/site-defaults.cfg index 0ee2082..6da9290 100644 --- a/etc/mock/site-defaults.cfg +++ b/etc/mock/site-defaults.cfg @@ -45,6 +45,10 @@ # config_opts['cleanup_on_success'] = 1 # config_opts['cleanup_on_failure'] = 1 +# if you want mock to automatically run createrepo on the rpms in your +# resultdir. +# config_opts['createrepo_on_rpms'] = True + ############################################################################# # # plugin related. Below are the defaults. Change to suit your site |