diff --git a/roles/copr/backend/files/provision/files/mock/fedora-32-armhfp.cfg b/roles/copr/backend/files/provision/files/mock/fedora-32-armhfp.cfg deleted file mode 100644 index 5b7454f9a8..0000000000 --- a/roles/copr/backend/files/provision/files/mock/fedora-32-armhfp.cfg +++ /dev/null @@ -1,8 +0,0 @@ -config_opts['releasever'] = '32' -config_opts['target_arch'] = 'armv7hl' -config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64') - -# https://bugzilla.redhat.com/show_bug.cgi?id=1895363 -config_opts['use_bootstrap'] = False - -include('templates/fedora-branched.tpl') diff --git a/roles/copr/backend/files/provision/files/mock/fedora-33-armhfp.cfg b/roles/copr/backend/files/provision/files/mock/fedora-33-armhfp.cfg deleted file mode 100644 index 1e2c20c373..0000000000 --- a/roles/copr/backend/files/provision/files/mock/fedora-33-armhfp.cfg +++ /dev/null @@ -1,8 +0,0 @@ -config_opts['releasever'] = '33' -config_opts['target_arch'] = 'armv7hl' -config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64') - -# https://bugzilla.redhat.com/show_bug.cgi?id=1895363 -config_opts['use_bootstrap'] = False - -include('templates/fedora-branched.tpl') diff --git a/roles/copr/backend/files/provision/files/mock/fedora-34-armhfp.cfg b/roles/copr/backend/files/provision/files/mock/fedora-34-armhfp.cfg deleted file mode 100644 index 79fb53b64a..0000000000 --- a/roles/copr/backend/files/provision/files/mock/fedora-34-armhfp.cfg +++ /dev/null @@ -1,8 +0,0 @@ -config_opts['releasever'] = '34' -config_opts['target_arch'] = 'armv7hl' -config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64') - -# https://bugzilla.redhat.com/show_bug.cgi?id=1895363 -config_opts['use_bootstrap'] = False - -include('templates/fedora-branched.tpl') diff --git a/roles/copr/backend/files/provision/files/mock/fedora-rawhide-armhfp.cfg b/roles/copr/backend/files/provision/files/mock/fedora-rawhide-armhfp.cfg deleted file mode 100644 index 775999c80c..0000000000 --- a/roles/copr/backend/files/provision/files/mock/fedora-rawhide-armhfp.cfg +++ /dev/null @@ -1,7 +0,0 @@ -config_opts['target_arch'] = 'armv7hl' -config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64') - -# https://bugzilla.redhat.com/show_bug.cgi?id=1895363 -config_opts['use_bootstrap'] = False - -include('templates/fedora-rawhide.tpl')