Fix the template for fedora-32 to actually build for fedora-32
This commit is contained in:
parent
64fb22af70
commit
8d9e3fa879
@ -1,11 +1,11 @@
|
|||||||
config_opts['releasever'] = '31'
|
config_opts['releasever'] = '32'
|
||||||
config_opts['target_arch'] = 'x86_64'
|
config_opts['target_arch'] = 'x86_64'
|
||||||
config_opts['legal_host_arches'] = ('x86_64',)
|
config_opts['legal_host_arches'] = ('x86_64',)
|
||||||
|
|
||||||
include('templates/fedora-branched.tpl')
|
include('templates/fedora-branched.tpl')
|
||||||
|
|
||||||
config_opts['root'] = 'fdl-fedora-31-x86_64'
|
config_opts['root'] = 'fdl-fedora-32-x86_64'
|
||||||
config_opts['resultdir'] = '/var/www/html/packages/fedora/31/x86_64/'
|
config_opts['resultdir'] = '/var/www/html/packages/fedora/32/x86_64/'
|
||||||
config_opts['createrepo_on_rpms'] = True
|
config_opts['createrepo_on_rpms'] = True
|
||||||
config_opts['createrepo_command'] = '/usr/bin/createrepo_c -d -q -x *.src.rpm'
|
config_opts['createrepo_command'] = '/usr/bin/createrepo_c -d -q -x *.src.rpm'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user