copr: fix wrong EOL config path

This commit is contained in:
Pavel Raiskup 2024-08-16 13:30:51 +02:00
parent 57c40a0e9b
commit 35e64724bb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'