copr: builders: fix install command for fedora-rawhide-i386
And uncomment [fedora] repo, only mark it as enabled=0.
This commit is contained in:
parent
ede8eadc23
commit
29c10c25ee
1 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue