threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
79 stars 12 forks source link

change upgrade to only upgrade modified packages #2358

Closed ashraffouda closed 3 weeks ago

ashraffouda commented 3 weeks ago

Description

only upgrade modified packages to reduce root disk usage size

Changes

upgrade was doing reinstall to all packages even if they are not changed which results in disk to ran out of space so we want to only reinstall the modified pkgs only

Related Issues

List of related issues

Checklist