copr: fix wrong EOL config path
This commit is contained in:
parent
57c40a0e9b
commit
35e64724bb
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
include('rhel-7-ppc64le.cfg')
|
||||
include('templates/eol/epel-7.tpl')
|
||||
include('eol/templates/epel-7.tpl')
|
||||
|
||||
config_opts["use_bootstrap_image"] = False
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include('rhel-7-x86_64.cfg')
|
||||
include('templates/eol/epel-7.tpl')
|
||||
include('eol/templates/epel-7.tpl')
|
||||
|
||||
config_opts['root'] = 'rhel+epel-7-x86_64'
|
||||
config_opts['description'] = 'RHEL 7 + EPEL'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue