Blame mock/c7-kernels.ppc64le64.cfg

a7b197
config_opts['root'] = 'TARGETNAME'
a7b197
config_opts['target_arch'] = 'ppc64le'
a7b197
config_opts['legal_host_arches'] = ('ppc64le',)
a7b197
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils centos-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 scl-utils-build'
a7b197
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
a7b197
a7b197
config_opts['%centos_ver'] = "7"
a7b197
config_opts['macros']['%centos_ver'] = "7"
a7b197
config_opts['macros']['%rhel'] = "7"
a7b197
config_opts['macros']['%centos'] = "7"
a7b197
config_opts['macros']['%el7'] = "1"
a7b197
config_opts['macros']['%redhat'] = "7"
a7b197
config_opts['macros']['%vendor'] = "CentOS"
a7b197
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
a7b197
config_opts['macros']['%_vendor'] = "redhat"
a7b197
config_opts['macros']['%_vendor_host'] = "redhat"
a7b197
config_opts['macros']['%_host'] = "ppc64le-redhat-linux-gnu"
a7b197
a7b197
config_opts['yum.conf'] = """
a7b197
[main]
a7b197
cachedir=/var/cache/yum
a7b197
debuglevel=1
a7b197
reposdir=/dev/null
a7b197
logfile=/var/log/yum.log
a7b197
retries=20
a7b197
obsoletes=1
a7b197
gpgcheck=0
a7b197
assumeyes=1
a7b197
syslog_ident=mock
a7b197
syslog_device=
a7b197
a7b197
# repos
a7b197
[c7-kernels.ppc64le]
a7b197
name=c7-kernels.ppc64le
a7b197
baseurl=http://repohost/repo/c7-kernels.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1708.u.ppc64le]
a7b197
name=c7.1708.u.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1708.u.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1708.00.ppc64le]
a7b197
name=c7.1708.00.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1708.00.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1804.u.ppc64le]
a7b197
name=c7.1804.u.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1804.u.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1804.00.ppc64le]
a7b197
name=c7.1804.00.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1804.00.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1810.u.ppc64le]
a7b197
name=c7.1810.u.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1810.u.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1810.00.ppc64le]
a7b197
name=c7.1810.00.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1810.00.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1908.u.ppc64le]
a7b197
name=c7.1908.u.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1908.u.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.1908.00.ppc64le]
a7b197
name=c7.1908.00.ppc64le
a7b197
baseurl=http://repohost/repo/c7.1908.00.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.2003.u.ppc64le]
a7b197
name=c7.2003.u.ppc64le
a7b197
baseurl=http://repohost/repo/c7.2003.u.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7.2003.00.ppc64le]
a7b197
name=c7.2003.00.ppc64le
a7b197
baseurl=http://repohost/repo/c7.2003.00.ppc64le/
a7b197
gpgcheck=0
a7b197
a7b197
[c7-devtoolset-8.ppc64le]
a7b197
name=c7-devtoolset-8.ppc64le
a7b197
baseurl=http://repohost/repo/c7-devtoolset-8.ppc64le/
a7b197
enabled=1
a7b197
gpgcheck=0
a7b197
a7b197
[c7-devtoolset-9.ppc64le]
a7b197
name=c7-devtoolset-9.ppc64le
a7b197
baseurl=http://repohost/repo/c7-devtoolset-9.ppc64le/
a7b197
enabled=1
a7b197
gpgcheck=0
a7b197
"""