Skip to content

repo-add: do not recreate the database if nothing was changed

Ivan Shapovalov requested to merge intelfx/pacman:work/repo-add-optimize into master

When repo-add is used to add a package that already exists in the database, it will recompress the database unconditionally, even if --new is passed. Avoid doing that.

Merge request reports