Blame mock/c7.1611.u.armhfp.cfg

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