copr: EPEL-7 config is EOL in mock-core-configs

This commit is contained in:
Pavel Raiskup 2024-08-16 13:20:42 +02:00
parent d792beef81
commit 57c40a0e9b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
include('rhel-7-ppc64le.cfg')
include('templates/epel-7.tpl')
include('templates/eol/epel-7.tpl')
config_opts["use_bootstrap_image"] = False

View file

@ -1,5 +1,5 @@
include('rhel-7-x86_64.cfg')
include('templates/epel-7.tpl')
include('templates/eol/epel-7.tpl')
config_opts['root'] = 'rhel+epel-7-x86_64'
config_opts['description'] = 'RHEL 7 + EPEL'