Blame mock/gcc-4.8.5-36.el7_a32.armhfp.cfg

11af3d
config_opts['root'] = 'TARGETNAME'
11af3d
config_opts['target_arch'] = 'armv7hl'
11af3d
config_opts['legal_host_arches'] = ('armv7l')
11af3d
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'
11af3d
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
11af3d
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
11af3d
config_opts['macros']['%dist'] = ".el7"
11af3d
config_opts['%centos_ver'] = "7"
11af3d
config_opts['macros']['%centos_ver'] = "7"
11af3d
config_opts['macros']['%rhel'] = "7"
11af3d
config_opts['macros']['%el7'] = "1"
11af3d
config_opts['macros']['%redhat'] = "7"
11af3d
config_opts['macros']['%vendor'] = "CentOS"
11af3d
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
11af3d
config_opts['macros']['%_vendor'] = "redhat"
11af3d
config_opts['macros']['%_vendor_host'] = "redhat"
11af3d
config_opts['macros']['%_host'] = "armv7hl-redhat-linux-gnu"
11af3d
#config_opts['macros']['%global _binaries_in_noarch_packages_terminate_build'] = "0"
11af3d
11af3d
# no ccache in base repo
11af3d
config_opts['plugin_conf']['ccache_enable'] = False
11af3d
config_opts['plugin_conf']['yum_cache_enable'] = False
11af3d
11af3d
config_opts['yum.conf'] = """
11af3d
[main]
11af3d
cachedir=/var/cache/yum
11af3d
keepcache=1
11af3d
debuglevel=2
11af3d
reposdir=/dev/null
11af3d
logfile=/var/log/yum.log
11af3d
retries=20
11af3d
obsoletes=1
11af3d
gpgcheck=0
11af3d
assumeyes=1
11af3d
syslog_ident=mock
11af3d
syslog_device=
11af3d
11af3d
# repos
11af3d
11af3d
[c7.1511.00.armhfp]
11af3d
name=c7.1511.00.armhfp
11af3d
baseurl=http://repohost/repo/c7.1511.00.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1511.u.armhfp]
11af3d
name=c7.1511.u.armhfp
11af3d
baseurl=http://repohost/repo/c7.1511.u.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1611.00.armhfp]
11af3d
name=c7.1611.00.armhfp
11af3d
baseurl=http://repohost/repo/c7.1611.00.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1611.u.armhfp]
11af3d
name=c7.1611.u.armhfp
11af3d
baseurl=http://repohost/repo/c7.1611.u.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1708.00.armhfp]
11af3d
name=c7.1708.00.armhfp
11af3d
baseurl=http://repohost/repo/c7.1708.00.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1708.u.armhfp]
11af3d
name=c7.1708.u.armhfp
11af3d
baseurl=http://repohost/repo/c7.1708.u.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1804.00.armhfp]
11af3d
name=c7.1804.00.armhfp
11af3d
baseurl=http://repohost/repo/c7.1804.00.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
11af3d
[c7.1804.u.armhfp]
11af3d
name=c7.1804.u.armhfp
11af3d
baseurl=http://repohost/repo/c7.1804.u.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
exclude=*-4.8.5-28.el7_5.1*
11af3d
11af3d
[c7.1810.00.armhfp]
11af3d
name=c7.1810.00.armhfp
11af3d
baseurl=http://repohost/repo/c7.1810.00.armhfp/
11af3d
enabled=1
11af3d
gpgcheck=0
11af3d
exclude=*-4.8.5-36.el7*
11af3d
11af3d
"""
11af3d