kiwi-el8/test/unit/package_manager
Marcus Schäfer 4f47b1d94b
Add support for prebuilt bootstrap package for apt
When using the apt packagemanager kiwi required the use of
debootstrap to create the initial rootfs. This works as long
as there is always a main distribution repository available
which follows the structure of the official debian mirrors.
However if such a main distribution is not present or an
alternative layout like e.g OBS repos is used, debootstrap
will refuse to work. To allow for an alternative and without
the dependency to debootstrap kiwi supports using a prebuilt
bootstrap package providing the mini rootfs to serve as
the bootstrap result. As all other package managers properly
supports installation into an empty new root, this feature
was only added when using the apt packagemanager
2022-05-18 11:19:51 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
apt_test.py Add support for prebuilt bootstrap package for apt 2022-05-18 11:19:51 +02:00
base_test.py Merge pull request #2073 from OSInside/debootstrap_logging 2022-02-26 20:46:04 +01:00
dnf_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
init_test.py Added support for setting up release version 2021-12-06 09:54:41 +01:00
microdnf_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
pacman_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
zypper_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00