Blame mock/c7.1708.alt.ppc64le.cfg

c53519
config_opts['root'] = 'TARGETNAME'
c53519
config_opts['basedir'] = '/var/lib/mock'
c53519
config_opts['target_arch'] = 'ppc64le'
c53519
config_opts['legal_host_arches'] = ('ppc64le',)
c53519
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'
c53519
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
c53519
c53519
config_opts['%centos_ver'] = "7"
c53519
config_opts['macros']['%centos_ver'] = "7"
c53519
config_opts['macros']['%rhel'] = "7"
c53519
config_opts['macros']['%el7'] = "1"
c53519
config_opts['macros']['%redhat'] = "7"
c53519
config_opts['macros']['%vendor'] = "CentOS"
c53519
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
c53519
config_opts['macros']['%_vendor'] = "redhat"
c53519
config_opts['macros']['%_vendor_host'] = "redhat"
c53519
config_opts['macros']['%_host'] = "ppc64le-redhat-linux-gnu"
c53519
c53519
config_opts['plugin_conf']['ccache_enable'] = False
c53519
c53519
config_opts['yum.conf'] = """
c53519
[main]
c53519
cachedir=/var/cache/yum
c53519
debuglevel=1
c53519
reposdir=/dev/null
c53519
logfile=/var/log/yum.log
c53519
retries=20
c53519
obsoletes=1
c53519
gpgcheck=0
c53519
assumeyes=1
c53519
syslog_ident=mock
c53519
syslog_device=
c53519
c53519
# repos
c53519
[c7.1708.u.ppc64le]
c53519
name=c7.1708.u.ppc64le
c53519
baseurl=http://repohost/repo/c7.1708.u.ppc64le/
c53519
gpgcheck=0
c53519
cost=1900
c53519
c53519
[c7.1708.00.ppc64le]
c53519
name=c7.1708.00.ppc64le
c53519
baseurl=http://repohost/repo/c7.1708.00.ppc64le/
c53519
gpgcheck=0
c53519
cost=1700
c53519
c53519
[c7.1708.alt.ppc64le]
c53519
name=c7.1708.alt.ppc64le
c53519
baseurl=http://repohost/repo/c7.1708.alt.ppc64le/
c53519
gpgcheck=0
c53519
cost=1900
c53519
c53519
c53519
"""
c53519