- Add mock-specific build artifacts (chroot/, mock-*, mockroot/) - Include package build files (*.deb, *.changes, *.buildinfo) - Add development tools (.coverage, .pytest_cache, .tox) - Include system files (.DS_Store, Thumbs.db, ._*) - Add temporary and backup files (*.tmp, *.bak, *.backup) - Include local configuration overrides (config.local.yaml, .env.local) - Add test artifacts and documentation builds - Comprehensive coverage for Python build system project This ensures build artifacts, chroot environments, and development tools are properly ignored in version control.
20 lines
877 B
Markdown
20 lines
877 B
Markdown
---
|
|
layout: default
|
|
title: Release Notes - Mock configs 39.2
|
|
---
|
|
|
|
### Mock Core Configs changes
|
|
|
|
- The set of GPG keys used for openSUSE Leap 15.5 was updated to include
|
|
the correct key used for the openSUSE Backports repository.
|
|
- Previous versions of mock-core-configs referenced `fedora:latest` bootstrap
|
|
images for `fedora-eln-ARCH` chroots, which led to preparation errors
|
|
caused by [package incompatibilities][issue#1238]. ELN folks though already
|
|
provide a better and
|
|
["native" ELN image](https://docs.fedoraproject.org/en-US/eln/deliverables/#_container_image),
|
|
so the new Mock configs have been switched to use it.
|
|
- The `/etc/mock/default.cfg` link installation [has been fixed][pull#1236] for
|
|
Fedora ELN.
|
|
|
|
[issue#1238]: https://github.com/rpm-software-management/mock/issues/1238
|
|
[pull#1236]: https://github.com/rpm-software-management/mock/pull/1236
|