kitsunyan / pakku

Pacman wrapper with AUR support
GNU General Public License v3.0
130 stars 8 forks source link

Add 'PrintLocalIsNewer' config option #42

Closed gavinhungry closed 5 years ago

gavinhungry commented 5 years ago

Print warnings during upgrade operation when local packages are newer than those found in remote repositories.

This was previously a default option, now added as a default config option in pakku.conf.

kitsunyan commented 5 years ago

Initially I didn't want to make this feature since pacman itself doesn't allow to suppress these messages. This setting will affect only messages printed by pakku, but we can't do anything with pacman messages (at least in a sane way).

I think I'll merge it, someone will be surely able to find this option convenient.