diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2010-02-10 15:51:08 -0600 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2010-02-10 15:51:08 -0600 |
commit | 716d41a0090047c3e943d102537b87d86fdcbe88 (patch) | |
tree | 0c25dd450ded9f96c438bcdbd7cb5bad1ae4a471 /etc/mock | |
parent | 4f049ba3ba1964477e078f8799d28e92c9fb2e6c (diff) | |
download | mock-716d41a0090047c3e943d102537b87d86fdcbe88.tar.gz mock-716d41a0090047c3e943d102537b87d86fdcbe88.tar.xz mock-716d41a0090047c3e943d102537b87d86fdcbe88.zip |
add configuration option to run createrepo on result rpms
Added patch from Seth Vidal <skvidal@fedoraproject.org> to
automatically run createrepo on the generated rpms
Signed-off-by: Seth Vidal <skvidal@fedoraproject.org>
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'etc/mock')
-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 |