FS#37044 - [pacman] checkupdates doesn't ignore the packages specified in pacman.conf

Attached to Project: Pacman
Opened by Mark E. Lee (bluerider) - Tuesday, 24 September 2013, 21:48 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 24 September 2013, 22:01 GMT
Task Type General Gripe
Category Output
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version 4.1.2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
checkupdates doesn't ignore the packages specified in pacman.conf. Perhaps the pacman-Qqu line should include a pipe to remove packages from the IgnorePkg and IgnoreGroup lines in pacman.conf


Steps to reproduce:
Flag some packages (and downgrade them) to ignore in /etc/pacman.conf and then run checkupdates.
This task depends upon

Closed by  Dave Reisner (falconindy)
Tuesday, 24 September 2013, 22:01 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#29013 
Comment by Dave Reisner (falconindy) - Tuesday, 24 September 2013, 22:00 GMT
Fairly sure we declared this a feature, but I can't find the other bug reports where this has been discussed.
Comment by Dave Reisner (falconindy) - Tuesday, 24 September 2013, 22:01 GMT Comment by Mark E. Lee (bluerider) - Tuesday, 24 September 2013, 22:16 GMT
I've attached a patch derived from my own pacman update notify script. Edit the PKGBUILD for pacman to include "patch -Np1 -i ${srcdir}/ignore_pkgs.patch" after entering the source directory in build to use it.
Comment by Mark E. Lee (bluerider) - Tuesday, 24 September 2013, 22:18 GMT
@falcindy : Oh all right. Don't mind the previous post then (unless you want to implement it). Checkupdates should probably be changed though, this time to use the "-Su" option.
Comment by Mark E. Lee (bluerider) - Tuesday, 24 September 2013, 22:21 GMT
perhaps the pacman -Qqu statement should just be changed to :
pacman -Su --print | grep -v '::'
Comment by Allan McRae (Allan) - Tuesday, 24 September 2013, 23:09 GMT
When I fix this patch: https://patchwork.archlinux.org/patch/1259/ , it will be easy to filter.

Loading...