include('/etc/mock/custom-1-x86_64.cfg') config_opts['root'] = '910330-custom-1-x86_64' config_opts['nspawn_args'] = ['--capability=cap_ipc_lock'] config_opts['chroot_additional_packages'] = 'bash bzip2 coreutils cpio diffutils fedora-release findutils gawk grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' config_opts['rpmbuild_networking'] = False config_opts['use_host_resolv'] = False config_opts['use_bootstrap_container'] = True config_opts['bootstrap_chroot_additional_packages'] = [] config_opts['bootstrap_module_enable'] = [] config_opts['bootstrap_module_install'] = [] config_opts['dnf.conf'] += """ [copr_base] name='Copr repository' baseurl=https://copr-be.cloud.fedoraproject.org/results/eclipseo/golang-ng/custom-1-x86_64/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 [https_eclipseo_fedorapeople_org_scratch] name='Additional repo https_eclipseo_fedorapeople_org_scratch' baseurl=https://eclipseo.fedorapeople.org/scratch/ gpgcheck=0 enabled=1 skip_if_unavailable=1 metadata_expire=0 cost=1 best=1 """