mbox

[pacman-dev,0/1] Introduce "AssumeInstalled" option in the config file

Message ID 20200830170748.203065-1-gdamjan@gmail.com
Headers show

Message

Damjan Georgievski Aug. 30, 2020, 5:07 p.m. UTC
I have had at least two or three use cases for this option,
* one has been since I always have to type
  pacman -Syu --assume-installed noto-fonts when plasma-integration is updated
* `pacman -Syu --assume-installed perl` since it's needlesly pulled by openssl
  and I didn't need it for containers and similar

Having this in the config file allows to use the option together with pacstrap too.

Please review and if the change is acceptable suggest what else needs to be added


Дамјан Георгиевски (1):
  AssumeInstalled option in the config file

 etc/pacman.conf.in | 1 +
 src/pacman/conf.c  | 2 ++
 2 files changed, 3 insertions(+)