kiwi-el8/kiwi/package_manager
Marcus Schäfer ba3d455979
Fixed bootstrap only building
Image descriptions that define packages in the bootstrap section
only don't need a package manager inside of the image. However
the code to update the location of the rpm database did not
check the presence of rpm and failed on such image descriptions.
This Fixes #1030
2019-03-28 11:20:01 +01:00
..
__init__.py Rework package manager selection to use DNF when YUM is requested 2019-02-28 15:09:21 -05:00
apt.py Handle location of the rpm DB on the macro level 2019-02-06 11:55:42 +01:00
base.py Add API for package manager returncode validation 2019-02-06 17:13:56 +01:00
dnf.py Fixed bootstrap only building 2019-03-28 11:20:01 +01:00
zypper.py Fixed bootstrap only building 2019-03-28 11:20:01 +01:00