- 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.1 KiB
1.1 KiB
| layout | title |
|---|---|
| default | Release Notes 2.3 |
Released on 2020-05-22.
Mock 2.3 bugfixes:
-
The
--resultdir RESULTDIRdirectory is bind-mounted to bootstrap chroot, so we can use--postinstallleven with--bootstrap-chroot, #564, -
easier configuration for
mountplugin, #578, -
mock raises better error message when
%prepscript fails during dynamic_biuldrequires resolution, #570, -
local mirrorlists are correctly bind-mounted to bootstrap chroot, RHBZ#1816696,
-
traceback for invalid
getresuid()call, #571, -
use-cases with
--rootdirand--bootstrap-chrootwere fixed, #560, -
use bootstrap (not host's)
/bin/rpmwhen producing list of installed packages, PR#568, (pmatilai@redhat.com), -
braced dnf variables are now expanded in repo URLs, PR#577, (dmarshall@gmail.com).
Following contributors contributed to this release:
- David Marshall
- Neal Gompa
- Panu Matilainen
Thank you.