Use createrepo_c where possible

add hourly createrepo call
This commit is contained in:
2019-07-04 13:55:41 -05:00
parent 31a808c7f5
commit 295a10a071
15 changed files with 91 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7'
config_opts['resultdir'] = '/var/www/html/packages/epel/7/x86_64/'
config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
config_opts['createrepo_command'] = '/usr/bin/createrepo_c -d -q -x *.src.rpm'
config_opts['yum.conf'] = """