You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
IgnorePkg gets not fully honored when it is not in the default /etc/pacman.conf file.
You can specify config file includes e.g. for the options stanza:
It would be sufficient for me to just be able to choose another config file for parsing like yaourt and pacman offering with the "--config" parameter. If you could add this as a variable instead of the hard coded path to pacman.conf it would be enough in my case..
The text was updated successfully, but these errors were encountered:
steadfasterX
changed the title
IgnorePkg from included files are ignored
IgnorePkg of included files are ignored
Apr 22, 2017
Version
Description
IgnorePkg gets not fully honored when it is not in the default /etc/pacman.conf file.
You can specify config file includes e.g. for the options stanza:
Content of /etc/pacman.d/autoupdate.conf :
IgnorePkg = relax-and-recover-git thunderbird backintime backintime-cli
Output
pacaur -k (or pacaur -Quk)
Debug output
bash -x pacaur -k
see here: log as gist
Solution / Code
The following line seems to be the reason for this:
https://github.com/rmarquis/pacaur/blob/master/pacaur#L1602
It only greps on the main config file.
It would be sufficient for me to just be able to choose another config file for parsing like yaourt and pacman offering with the "--config" parameter. If you could add this as a variable instead of the hard coded path to pacman.conf it would be enough in my case..
The text was updated successfully, but these errors were encountered: