Use createrepo_c where possible
add hourly createrepo call
This commit is contained in:
@@ -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'] = """
|
||||
|
||||
Reference in New Issue
Block a user