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

7c788e
config_opts['root'] = 'TARGETNAME'
7c788e
config_opts['basedir'] = '/var/lib/mock'
7c788e
config_opts['target_arch'] = 'ppc64le'
7c788e
config_opts['legal_host_arches'] = ('ppc64le', 'noarch')
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 vim-minimal which xz'
7c788e
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
7c788e
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'] = "ppc64le-redhat-linux-gnu"
7c788e
7c788e
config_opts['plugin_conf']['ccache_enable'] = False
7c788e
7c788e
config_opts['yum.conf'] = """
7c788e
[main]
7c788e
cachedir=/var/cache/yum
7c788e
debuglevel=1
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
[c7.1708.u.ppc64le]
7c788e
name=c7.1708.u.ppc64le
7c788e
baseurl=http://repohost/repo/c7.1708.u.ppc64le/
7c788e
gpgcheck=0
7c788e
cost=1900
7c788e
7c788e
[c7.1708.00.ppc64le]
7c788e
name=c7.1708.00.ppc64le
7c788e
baseurl=http://repohost/repo/c7.1708.00.ppc64le/
7c788e
gpgcheck=0
7c788e
cost=1700
7c788e
7c788e
[c7.1804.00.ppc64le]
7c788e
name=c7.1804.00.ppc64le
7c788e
baseurl=http://repohost/repo/c7.1804.00.ppc64le/
7c788e
gpgcheck=0
7c788e
cost=1700
7c788e
824bd9
[c7.1804.u.ppc64le]
824bd9
name=c7.1804.u.ppc64le
824bd9
baseurl=http://repohost/repo/c7.1804.u.ppc64le/
824bd9
gpgcheck=0
824bd9
cost=1600
824bd9
7c788e
"""
7c788e