- 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.
1.2 KiB
1.2 KiB
| layout | title |
|---|---|
| default | Release Notes - Mock 40.3 |
Release 40.3 - 2024-04-05
Mock Core Configs changes
- Mock chroots for CentOS Stream 10 were added. They only use the Koji buildroot for now.
- The modular repositories have been dropped from Fedora releases, as Fedora Modularity has been retired, and these repositories are no longer maintained. (PR#1340)
- The modular repositories have been dropped from Fedora Rawhide, as Fedora Modularity has been retired, and these repositories are no longer maintained. (PR#1340)
- The openSUSE config files have been updated to use the new
repo_archJinja template instead oftarget_arch. This change ensures that the bootstrap-from-image feature works correctly, always choosing the native architecture (regardless of multilib or forcearch builds). It also ensures that multilib bootstrap installation works correctly even when the bootstrap image is OFF.
Following contributors contributed to this release:
- Miro Hrončok
- Neal Gompa
- Pavel Raiskup