Fix the template for fedora-32 to actually build for fedora-32

This commit is contained in:
Jason Rothstein 2020-03-28 21:44:16 -05:00
parent 64fb22af70
commit 8d9e3fa879

View File

@ -1,11 +1,11 @@
config_opts['releasever'] = '31'
config_opts['releasever'] = '32'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/fedora-branched.tpl')
config_opts['root'] = 'fdl-fedora-31-x86_64'
config_opts['resultdir'] = '/var/www/html/packages/fedora/31/x86_64/'
config_opts['root'] = 'fdl-fedora-32-x86_64'
config_opts['resultdir'] = '/var/www/html/packages/fedora/32/x86_64/'
config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo_c -d -q -x *.src.rpm'