copr-backend: use RHEL instead of CentOS for EPEL7 chroots
Fix https://github.com/fedora-copr/copr/issues/3320
This commit is contained in:
parent
24eb9a4eda
commit
2706d1a6fb
2 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
include('templates/centos-7.tpl')
|
include('templates/rhel-7.tpl')
|
||||||
include('templates/epel-7.tpl')
|
include('templates/epel-7.tpl')
|
||||||
|
|
||||||
config_opts["use_bootstrap_image"] = False
|
config_opts["use_bootstrap_image"] = False
|
||||||
|
|
||||||
config_opts['root'] = 'centos+epel-7-ppc64le'
|
config_opts['root'] = 'rhel+epel-7-ppc64le'
|
||||||
config_opts['description'] = 'CentOS 7 + EPEL'
|
config_opts['description'] = 'RHEL 7 + EPEL'
|
||||||
config_opts['target_arch'] = 'ppc64le'
|
config_opts['target_arch'] = 'ppc64le'
|
||||||
config_opts['legal_host_arches'] = ('ppc64le',)
|
config_opts['legal_host_arches'] = ('ppc64le',)
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
include('templates/rhel-7.tpl')
|
||||||
|
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