Blame mock/tomcat-7.0.76-3.el7_4.armhfp.cfg

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