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

7c788e
config_opts['root'] = 'TARGETNAME'
7c788e
config_opts['basedir'] = '/var/lib/mock'
7c788e
config_opts['target_arch'] = 'ppc'
7c788e
config_opts['legal_host_arches'] = ('ppc','ppc64',)
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'] = "ppc-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
exclude=*.ppc64
7c788e
7c788e
# repos
7c788e
[c7.1708.u.ppc]
7c788e
name=c7.1708.u.ppc
7c788e
baseurl=http://repohost/repo/c7.1708.u.ppc64/
7c788e
gpgcheck=0
7c788e
cost=1900
7c788e
7c788e
[c7.1708.00.ppc]
7c788e
name=c7.1708.00.ppc
7c788e
baseurl=http://repohost/repo/c7.1708.00.ppc64/
7c788e
gpgcheck=0
7c788e
cost=1700
7c788e
7c788e
[c7.1804.00.ppc]
7c788e
name=c7.1804.00.ppc
7c788e
baseurl=http://repohost/repo/c7.1804.00.ppc64/
7c788e
gpgcheck=0
7c788e
cost=1700
7c788e
7c788e
[c7.1804.u.ppc]
7c788e
name=c7.1804.u.ppc
7c788e
baseurl=http://repohost/repo/c7.1804.u.ppc64/
7c788e
gpgcheck=0
7c788e
cost=1700
7c788e
7c788e
"""
7c788e