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

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