Skip to content

Commit

Permalink
Fix EOL template locations for CentOS7/EPEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
mendorf authored and praiskup committed Aug 26, 2024
1 parent bd85ff0 commit 2ef13a5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions mock-core-configs/etc/mock/eol/centos+epel-7-aarch64.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/eol/centos-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/centos-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'centos+epel-7-aarch64'
config_opts['target_arch'] = 'aarch64'
Expand Down
4 changes: 2 additions & 2 deletions mock-core-configs/etc/mock/eol/centos+epel-7-ppc64.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/eol/centos-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/centos-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'centos+epel-7-ppc64'
config_opts['target_arch'] = 'ppc64'
Expand Down
4 changes: 2 additions & 2 deletions mock-core-configs/etc/mock/eol/centos+epel-7-ppc64le.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/eol/centos-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/centos-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'centos+epel-7-ppc64le'
config_opts['description'] = 'CentOS 7 + EPEL'
Expand Down
4 changes: 2 additions & 2 deletions mock-core-configs/etc/mock/eol/centos+epel-7-x86_64.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/eol/centos-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/centos-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'centos+epel-7-x86_64'
config_opts['description'] = 'CentOS 7 + EPEL'
Expand Down
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/eol/centos-7-aarch64.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include('templates/eol/centos-7.tpl')
include('eol/templates/centos-7.tpl')

config_opts['root'] = 'centos-7-aarch64'
config_opts['target_arch'] = 'aarch64'
Expand Down
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/eol/centos-7-ppc64.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include('templates/eol/centos-7.tpl')
include('eol/templates/centos-7.tpl')

config_opts['root'] = 'centos-7-ppc64'
config_opts['target_arch'] = 'ppc64'
Expand Down
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/eol/centos-7-ppc64le.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include('templates/eol/centos-7.tpl')
include('eol/templates/centos-7.tpl')

config_opts['root'] = 'centos-7-ppc64le'
config_opts['target_arch'] = 'ppc64le'
Expand Down
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/eol/centos-7-x86_64.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include('templates/eol/centos-7.tpl')
include('eol/templates/centos-7.tpl')

config_opts['root'] = 'centos-7-x86_64'
config_opts['target_arch'] = 'x86_64'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/oraclelinux-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'oraclelinux+epel-7-aarch64'
config_opts['target_arch'] = 'aarch64'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include('templates/oraclelinux-7.tpl')
include('templates/eol/epel-7.tpl')
include('eol/templates/epel-7.tpl')

config_opts['root'] = 'oraclelinux+epel-7-x86_64'
config_opts['target_arch'] = 'x86_64'
Expand Down

0 comments on commit 2ef13a5

Please sign in to comment.