mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 18:14:33 +08:00
copr: remove armhfp chroot config overrides
These are not needed as the bug 1895363 doesn't seem to bother us.
This commit is contained in:
@@ -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')
|
||||
@@ -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')
|
||||
@@ -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')
|
||||
@@ -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')
|
||||
Reference in New Issue
Block a user