Browse Source
Add configuration to allow the switch between dnf/yum or provide an alternative package manager. Change-Id: I913769fcf5875a12b4561958cf7c90b74cd116eachanges/19/639219/16
8 changed files with 91 additions and 2 deletions
@ -0,0 +1,12 @@
|
||||
[main] |
||||
keepcache=0 |
||||
logfile=/var/log/dnf.log |
||||
exactarch=1 |
||||
obsoletes=1 |
||||
gpgcheck=1 |
||||
plugins=1 |
||||
installonly_limit=0 |
||||
skip_missing_names_on_install=False |
||||
clean_requirements_on_remove=True |
||||
tsflags=nodocs |
||||
install_weak_deps=False |
@ -0,0 +1,7 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
Added `distro_package_manager` configuration that can be used to specify |
||||
which package manager commands should be used for a given operating system. |
||||
This only works for like type of packaging systems like 'dnf' vs 'yum' for |
||||
'rpm' package types. |
Loading…
Reference in new issue