include('/etc/mock/fedora-rawhide-x86_64.cfg') config_opts['root'] = '869624-fedora-rawhide-x86_64' config_opts['nspawn_args'] = ['--capability=cap_ipc_lock'] config_opts['rpmbuild_networking'] = True config_opts['use_host_resolv'] = True config_opts['use_bootstrap_container'] = False config_opts['yum.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/copart/Coparts_Test_Playground/fedora-rawhide-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [copr_g_git_maint_git] name='Additional repo copr_g_git_maint_git' baseurl=https://copr-be.cloud.fedoraproject.org/results/g/git-maint/fedora-rawhide-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 """