Blame mock/c7-firefox115.armhfp.cfg

Johnny Hughes 3109ce
config_opts['root'] = 'TARGETNAME'
Johnny Hughes 3109ce
config_opts['target_arch'] = 'armv7hl'
Johnny Hughes 3109ce
config_opts['legal_host_arches'] = ('armv7l')
Johnny Hughes 3109ce
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build'
Johnny Hughes 3109ce
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
Johnny Hughes 3109ce
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
Johnny Hughes 3109ce
config_opts['macros']['%dist'] = ".el7"
Johnny Hughes 3109ce
config_opts['%centos_ver'] = "7"
Johnny Hughes 3109ce
config_opts['macros']['%centos_ver'] = "7"
Johnny Hughes 3109ce
config_opts['macros']['%rhel'] = "7"
Johnny Hughes 3109ce
config_opts['macros']['%el7'] = "1"
Johnny Hughes 3109ce
config_opts['macros']['%redhat'] = "7"
Johnny Hughes 3109ce
config_opts['macros']['%vendor'] = "CentOS"
Johnny Hughes 3109ce
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
Johnny Hughes 3109ce
config_opts['macros']['%_vendor'] = "redhat"
Johnny Hughes 3109ce
config_opts['macros']['%_vendor_host'] = "redhat"
Johnny Hughes 3109ce
config_opts['macros']['%_host'] = "armv7hl-redhat-linux-gnu"
Johnny Hughes 3109ce
#config_opts['macros']['%global _binaries_in_noarch_packages_terminate_build'] = "0"
Johnny Hughes 3109ce
Johnny Hughes 3109ce
# Added for devtoolset-6
Johnny Hughes 3109ce
config_opts['scl'] = "devtoolset-9"
Johnny Hughes 3109ce
Johnny Hughes 3109ce
Johnny Hughes 3109ce
# no ccache in base repo
Johnny Hughes 3109ce
config_opts['plugin_conf']['ccache_enable'] = False
Johnny Hughes 3109ce
config_opts['plugin_conf']['yum_cache_enable'] = False
Johnny Hughes 3109ce
Johnny Hughes 3109ce
config_opts['yum.conf'] = """
Johnny Hughes 3109ce
[main]
Johnny Hughes 3109ce
cachedir=/var/cache/yum
Johnny Hughes 3109ce
keepcache=1
Johnny Hughes 3109ce
debuglevel=2
Johnny Hughes 3109ce
reposdir=/dev/null
Johnny Hughes 3109ce
logfile=/var/log/yum.log
Johnny Hughes 3109ce
retries=20
Johnny Hughes 3109ce
obsoletes=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
assumeyes=1
Johnny Hughes 3109ce
syslog_ident=mock
Johnny Hughes 3109ce
syslog_device=
Johnny Hughes 3109ce
Johnny Hughes 3109ce
# repos
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1511.00.armhfp]
Johnny Hughes 3109ce
name=c7.1511.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1511.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1511.u.armhfp]
Johnny Hughes 3109ce
name=c7.1511.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1511.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1611.00.armhfp]
Johnny Hughes 3109ce
name=c7.1611.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1611.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1611.u.armhfp]
Johnny Hughes 3109ce
name=c7.1611.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1611.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1708.00.armhfp]
Johnny Hughes 3109ce
name=c7.1708.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1708.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1708.u.armhfp]
Johnny Hughes 3109ce
name=c7.1708.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1708.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1804.00.armhfp]
Johnny Hughes 3109ce
name=c7.1804.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1804.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1804.u.armhfp]
Johnny Hughes 3109ce
name=c7.1804.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1804.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7-devtoolset-9.armhfp]
Johnny Hughes 3109ce
name=c7-devtoolset-9.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7-devtoolset-9.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7-devtoolset-10.armhfp]
Johnny Hughes 3109ce
name=c7-devtoolset-10.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7-devtoolset-10.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7-llvm-toolset-11.0.armhfp]
Johnny Hughes 3109ce
name=c7-llvm-toolset-11.0.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7-llvm-toolset-11.0.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7-rust-toolset-1.66.armhfp]
Johnny Hughes 3109ce
name=c7-rust-toolset-1.66.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7-rust-toolset-1.66.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7-firefox91.armhfp]
Johnny Hughes 3109ce
name=c7-firefox91.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7-firefox91.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1810.00.armhfp]
Johnny Hughes 3109ce
name=c7.1810.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1810.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1810.u.armhfp]
Johnny Hughes 3109ce
name=c7.1810.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1810.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1908.00.armhfp]
Johnny Hughes 3109ce
name=c7.1908.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1908.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.1908.u.armhfp]
Johnny Hughes 3109ce
name=c7.1908.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.1908.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.2003.00.armhfp]
Johnny Hughes 3109ce
name=c7.2003.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.2003.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.2003.u.armhfp]
Johnny Hughes 3109ce
name=c7.2003.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.2003.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
[c7.2009.00.armhfp]
Johnny Hughes 3109ce
name=c7.2009.00.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.2009.00.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
Johnny Hughes 3109ce
[c7.2009.u.armhfp]
Johnny Hughes 3109ce
name=c7.2009.u.armhfp
Johnny Hughes 3109ce
baseurl=http://repohost/repo/c7.2009.u.armhfp/
Johnny Hughes 3109ce
enabled=1
Johnny Hughes 3109ce
gpgcheck=0
Johnny Hughes 3109ce
"""
Johnny Hughes 3109ce