DeltaRPM allows to install only the difference between an old and new
version of an RPM, as consequence this reduces the network
consumption in CentOS distros.
Change-Id: I317fbac44ae5fb6d5293443e755e2b7ddd08c66e
Signed-off-by: Victor Morales <victor.morales@intel.com>
[venv]=python-virtualenv
[wget]=wget
)
- sudo yum updateinfo
- EXTRA_PKG_DEPS=()
+ sudo $PKG_MANAGER updateinfo
+ EXTRA_PKG_DEPS=( deltarpm )
;;
*) echo "ERROR: Supported package manager not found. Supported: apt, dnf, yum, zypper"; exit 1;;