copr-backend: use RHEL instead of CentOS for EPEL7 chroots, pt2
Fix https://github.com/fedora-copr/copr/issues/3320
This commit is contained in:
parent
2706d1a6fb
commit
bbaa6ab904
2 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
include('templates/rhel-7.tpl')
|
||||
include('rhel-7-x86_64.cfg')
|
||||
include('templates/epel-7.tpl')
|
||||
|
||||
config_opts["use_bootstrap_image"] = False
|
||||
|
||||
config_opts['root'] = 'rhel+epel-7-ppc64le'
|
||||
config_opts['description'] = 'RHEL 7 + EPEL'
|
||||
config_opts['target_arch'] = 'ppc64le'
|
||||
config_opts['legal_host_arches'] = ('ppc64le',)
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
include('templates/rhel-7.tpl')
|
||||
include('rhel-7-x86_64.cfg')
|
||||
include('templates/epel-7.tpl')
|
||||
|
||||
config_opts['root'] = 'rhel+epel-7-x86_64'
|
||||
config_opts['description'] = 'RHEL 7 + EPEL'
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['legal_host_arches'] = ('x86_64',)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue