deb-mock/docs/Release-Notes-1.2.18.md
robojerk 4c0dcb2522
Some checks failed
Build Deb-Mock Package / build (push) Successful in 54s
Lint Code / Lint All Code (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 36s
enhance: Add comprehensive .gitignore for deb-mock project
- 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.
2025-08-18 23:37:49 -07:00

1.6 KiB

layout title
default Release Notes 1.2.18

mock-1.2.18 has several bugfixes:

And several changes:

  • Unconditionally setup resolver config
  • use DNF for F24 chroot
  • requires rpm-python
  • Escape the escape sequences in PROMPT_COMMAND, improve prompt
  • Use root name instead config name for backups dir
  • Add MIPS personalities
  • scm plugin handle better submodules

And there are two new groups of configs. There are new Mageia configs:

  • mageia-cauldron-armv5tl
  • mageia-cauldron-armv7hl
  • mageia-cauldron-i586
  • mageia-cauldron-x86_64
  • mageia-6-armv5tl
  • mageia-6-armv7hl
  • mageia-6-i586
  • mageia-6-x86_64

And there are new custom configs:

  • custom-1-aarch64
  • custom-1-armhfp
  • custom-1-i386
  • custom-1-ppc64
  • custom-1-ppc64le
  • custom-1-s390
  • custom-1-s390x
  • custom-1-x86_64

Those configs does not have any repository configured and base is empty. I.e:

config_opts['chroot_setup_cmd'] = ""

This is useful if you want to prepare the chroot yourself. Or when you use it with mockchain with --addrepo=REPOS option. This was added on request of Koschei, which will use it.