Go to file
Marcus Schäfer c492db8580 - Fix TW integration test to build outside OBS
- Make sure BootLoaderConfig fixes are effective
  The BootLoaderConfigGrub2 class has methods to fix the grub-mkconfig
  generated files. It does that by mounting the system and changing the
  respective files after the mkconfig call. However, after the change
  the class instance stays open in combination with BootLoaderInstallGrub2
  instance which itself under certain circumstances also mounts the
  system to call grub-install. At the time grub-install is called it
  cannot be guaranteed that all changes has been written unless an
  explicit umount in the BootLoaderConfigGrub2 class instance happened.
  This commit address the potential race condition.

- Bump version: 10.0.19 → 10.0.20

- Update rawhide integration test
  Use new arch attribute for testing in the repository
  element of the rawhide/test-image-live-disk integration
  test.

- Add support for arch attr in repository element
  Allow to provide different repository sections per architecture

- Add --list-profiles to image info
  Allow to list available profiles from the processed image
  description

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=253
2024-06-04 07:22:44 +00:00
.gitattributes - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
.gitignore - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
kiwi-revert-bls-default-for-suse.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=248 2024-05-07 14:22:19 +00:00
PKGBUILD - Fix TW integration test to build outside OBS 2024-06-04 07:22:44 +00:00
python-kiwi-rpmlintrc - Bump version: 9.21.6 → 9.21.7 2020-08-12 14:36:32 +00:00
python-kiwi.changes - Fix TW integration test to build outside OBS 2024-06-04 07:22:44 +00:00
python-kiwi.spec - Fix TW integration test to build outside OBS 2024-06-04 07:22:44 +00:00
python-kiwi.tar.gz - Fix TW integration test to build outside OBS 2024-06-04 07:22:44 +00:00