copr: builders: fix install command for fedora-rawhide-i386

And uncomment [fedora] repo, only mark it as enabled=0.
This commit is contained in:
Pavel Raiskup 2019-09-05 09:54:19 +02:00 committed by Pierre-Yves Chibon
parent ede8eadc23
commit 29c10c25ee

View file

@ -3,7 +3,7 @@ config_opts['target_arch'] = 'i686'
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
# config_opts['module_enable'] = ['list', 'of', 'modules']
# config_opts['module_install'] = ['module1/profile', 'module2/profile']
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['chroot_setup_cmd'] = 'groupinstall build'
config_opts['dist'] = 'rawhide' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '32'
@ -30,13 +30,14 @@ protected_packages=
# repos
[fedora]
name=fedora
metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
gpgkey=file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-31-primary
gpgcheck=1
# Doesn't work, see https://github.com/rpm-software-management/mock/issues/325
# [fedora]
# name=fedora
# metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
# gpgkey=file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-31-primary
# gpgcheck=1
# skip_if_unavailable=False
enabled=0
skip_if_unavailable=False
[local]
name=local