Description
Testing, testing. Don't add to your system, only use in mock.
Installation Instructions
Config for the real Koji side tag (i.e. not this Copr)
Use it for local testing: mock -r .../fedora-rawhide-x86_64-python3.8.cfg ...
.
config_opts['root'] = 'fedora-rawhide-x86_64-python3.8'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
config_opts['dist'] = 'rawhide' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '32'
config_opts['package_manager'] = 'dnf'
config_opts['yum.conf'] = """
[main]
keepcache=1
debuglevel=2
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
syslog_ident=mock
syslog_device=
install_weak_deps=0
metadata_expire=0
best=1
module_platform_id=platform:f32
# 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-30-primary
gpgcheck=1
skip_if_unavailable=False
[f32-python]
name=f32-python
baseurl=https://kojipkgs.fedoraproject.org/repos/f32-python/latest/$basearch/
enabled=1
skip_if_unavailable=False
priority=1
"""
(Replace x86_64
with any other architecture you need.)
Config for this Copr
include('/etc/mock/fedora-rawhide-x86_64.cfg')
config_opts['root'] = 'fedora-rawhide-x86_64-python3.8'
config_opts['yum.conf'] += """
[python3.8]
name=Copr repo for python3.8 owned by @python
baseurl=https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-$basearch/
type=rpm-md
skip_if_unavailable=False
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=1
[python3.8-scipy]
name=Workaround repo for scipy built for Python 3.8
baseurl=https://churchyard.fedorapeople.org/scipy_repo/
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=1
"""
Use it for local testing: mock -r .../fedora-rawhide-x86_64-python3.8.cfg ...
.
Use mock with --enablerepo=local
to get the latest packages from Koji (this copr does that as well).
There is no upgrade path preserved, so don't run mock with --no-clean
for too long.
If you have troubles when downloading packages, remove the cache by mock -r .../fedora-rawhide-x86_64-python3.8.cfg --scrub=dnf-cache
.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora rawhide | x86_64 (10)* | Fedora rawhide (155 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds