diff --git a/mock/c7-exp.ppc64le.cfg b/mock/c7-exp.ppc64le.cfg new file mode 100644 index 0000000..c32bff8 --- /dev/null +++ b/mock/c7-exp.ppc64le.cfg @@ -0,0 +1,87 @@ +config_opts['root'] = 'TARGETNAME' +config_opts['target_arch'] = 'ppc64le' +config_opts['legal_host_arches'] = ('ppc64le',) +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' +config_opts['dist'] = 'el7' # only useful for --resultdir variable subst + +config_opts['%centos_ver'] = "7" +config_opts['macros']['%centos_ver'] = "7" +config_opts['macros']['%rhel'] = "7" +config_opts['macros']['%centos'] = "7" +config_opts['macros']['%el7'] = "1" +config_opts['macros']['%redhat'] = "7" +config_opts['macros']['%vendor'] = "CentOS" +config_opts['macros']['%packager'] = "CentOS BuildSystem " +config_opts['macros']['%_vendor'] = "redhat" +config_opts['macros']['%_vendor_host'] = "redhat" +config_opts['macros']['%_host'] = "ppc64le-redhat-linux-gnu" + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +debuglevel=1 +reposdir=/dev/null +logfile=/var/log/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +syslog_ident=mock +syslog_device= + +# repos +[c7-exp.ppc64le] +name=c7-exp.ppc64le +baseurl=http://repohost/repo/c7-exp.ppc64le/ +gpgcheck=0 + +[c7.1708.u.ppc64le] +name=c7.1708.u.ppc64le +baseurl=http://repohost/repo/c7.1708.u.ppc64le/ +gpgcheck=0 + +[c7.1708.00.ppc64le] +name=c7.1708.00.ppc64le +baseurl=http://repohost/repo/c7.1708.00.ppc64le/ +gpgcheck=0 + +[c7.1804.u.ppc64le] +name=c7.1804.u.ppc64le +baseurl=http://repohost/repo/c7.1804.u.ppc64le/ +gpgcheck=0 + +[c7.1804.00.ppc64le] +name=c7.1804.00.ppc64le +baseurl=http://repohost/repo/c7.1804.00.ppc64le/ +gpgcheck=0 + +[c7.1810.u.ppc64le] +name=c7.1810.u.ppc64le +baseurl=http://repohost/repo/c7.1810.u.ppc64le/ +gpgcheck=0 + +[c7.1810.00.ppc64le] +name=c7.1810.00.ppc64le +baseurl=http://repohost/repo/c7.1810.00.ppc64le/ +gpgcheck=0 + +[c7.1908.u.ppc64le] +name=c7.1908.u.ppc64le +baseurl=http://repohost/repo/c7.1908.u.ppc64le/ +gpgcheck=0 + +[c7.1908.00.ppc64le] +name=c7.1908.00.ppc64le +baseurl=http://repohost/repo/c7.1908.00.ppc64le/ +gpgcheck=0 + +[c7-llvm-toolset-7.0.ppc64le] +name=c7-llvm-toolset-7.0.ppc64le +baseurl=http://repohost/repo/c7-llvm-toolset-7.0.ppc64le/ +gpgcheck=0 + +[c7-devtoolset-8.ppc64le] +name=c7-devtoolset-8.ppc64le +baseurl=http://repohost/repo/c7-devtoolset-8.ppc64le/ +gpgcheck=0 +"""