include('/etc/mock/centos-stream+epel-next-8-ppc64le.cfg') config_opts.setdefault('plugin_conf', {}) config_opts['plugin_conf'].setdefault('tmpfs_opts', {}) config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = True # Custom mock snippets configured in copr-crpmbuild config file - can be empty config_opts['rpmbuild_networking'] = False config_opts['use_host_resolv'] = False config_opts['macros']['%copr_username'] = 'besser82' config_opts['macros']['%copr_projectname'] = 'libxcrypt_CI' config_opts['macros']['%vendor'] = 'Fedora Copr - user besser82' config_opts['macros']['%buildtag'] = '.copr8777865' config_opts['macros']['%__urlhelper_localopts'] = '--proto -all,+https,+ftps' config_opts["dnf.conf"] += """ [copr_base] name='Copr repository' baseurl=https://download.copr.fedorainfracloud.org/results/besser82/libxcrypt_CI/centos-stream+epel-next-8-ppc64le/ gpgcheck=0 enabled=1 skip_if_unavailable=0 metadata_expire=0 cost=1 best=1 """