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

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