include('/etc/mock/epel-7-x86_64.cfg') config_opts['root'] = '1130978-epel-7-x86_64' config_opts['chroot_additional_packages'] = '@buildsys-build scl-utils-build' config_opts['rpmbuild_networking'] = True config_opts['use_host_resolv'] = True config_opts['macros']['%copr_username'] = '@rocknsm' config_opts['macros']['%copr_projectname'] = 'testing' config_opts['use_bootstrap_container'] = False config_opts['yum.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/@rocknsm/testing/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=0 metadata_expire=0 cost=1 best=1 [http_mirror_centos_org_centos_7_sclo_x86_64_rh] name='Additional repo http_mirror_centos_org_centos_7_sclo_x86_64_rh' baseurl=http://mirror.centos.org/centos/7/sclo/x86_64/rh/ gpgcheck=0 enabled=1 skip_if_unavailable=0 metadata_expire=0 cost=1 best=1 """