include('/etc/mock/epel-7-x86_64.cfg') config_opts['root'] = '686156-epel-7-x86_64' config_opts['rpmbuild_networking'] = False config_opts['use_host_resolv'] = False config_opts['use_bootstrap_container'] = False config_opts['yum.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/alonid/wip2/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [copr_alonid_llvm_5_0_0] name='Additional repo copr_alonid_llvm_5_0_0' baseurl=https://copr-be.cloud.fedoraproject.org/results/alonid/llvm-5.0.0/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [copr_alonid_cmake] name='Additional repo copr_alonid_cmake' baseurl=https://copr-be.cloud.fedoraproject.org/results/alonid/cmake/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [copr_alonid_python_lit] name='Additional repo copr_alonid_python_lit' baseurl=https://copr-be.cloud.fedoraproject.org/results/alonid/python-lit/epel-7-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 """