config_opts['root'] = 'epel-7-ppc64le' config_opts['target_arch'] = 'ppc64le' config_opts['legal_host_arches'] = ('ppc64le',) config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['releasever'] = '7' config_opts['yum.conf'] = """ [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary best=1 # repos [base] name=BaseOS baseurl=http://mirror.centos.org/altarch/7/os/ppc64le/ failovermethod=priority gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7,file:///usr/share/distribution-gpg-keys/centos//RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le gpgcheck=1 skip_if_unavailable=False [updates] name=updates enabled=1 baseurl=http://mirror.centos.org/altarch/7/updates/ppc64le/ failovermethod=priority gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7,file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le gpgcheck=1 skip_if_unavailable=False [epel] name=epel mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=ppc64le failovermethod=priority gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-7 gpgcheck=1 skip_if_unavailable=False [extras] name=extras baseurl=http://mirror.centos.org/altarch/7/extras/ppc64le/ failovermethod=priority gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7,file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le gpgcheck=1 skip_if_unavailable=False [sclo-rh] name=sclo-rh baseurl=http://mirror.centos.org/altarch/7/sclo/ppc64le/rh/ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-SCLo gpgcheck=1 includepkgs=devtoolset* skip_if_unavailable=False [testing] name=epel-testing enabled=0 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel7&arch=ppc64le failovermethod=priority skip_if_unavailable=False [local] name=local baseurl=https://kojipkgs.fedoraproject.org/repos/epel7-build/latest/ppc64le/ cost=2000 enabled=0 skip_if_unavailable=False [epel-debuginfo] name=epel-debug mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-7&arch=ppc64le failovermethod=priority enabled=0 skip_if_unavailable=False """