From 3de1d7fa0d85cf6e708d5ca9325f013a4d5dcca2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 15 Jun 2021 08:31:02 +0200 Subject: [PATCH] copr: remove armhfp chroot config overrides These are not needed as the bug 1895363 doesn't seem to bother us. --- .../files/provision/files/mock/fedora-32-armhfp.cfg | 8 -------- .../files/provision/files/mock/fedora-33-armhfp.cfg | 8 -------- .../files/provision/files/mock/fedora-34-armhfp.cfg | 8 -------- .../files/provision/files/mock/fedora-rawhide-armhfp.cfg | 7 ------- 4 files changed, 31 deletions(-) delete mode 100644 roles/copr/backend/files/provision/files/mock/fedora-32-armhfp.cfg delete mode 100644 roles/copr/backend/files/provision/files/mock/fedora-33-armhfp.cfg delete mode 100644 roles/copr/backend/files/provision/files/mock/fedora-34-armhfp.cfg delete mode 100644 roles/copr/backend/files/provision/files/mock/fedora-rawhide-armhfp.cfg 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')