Re: [pacman-dev] [PATCH] pacman: don't error when a group exists but all packages are ignored

2018-10-18 Thread Andrew Gregory
On 10/18/18 at 08:45pm, morganamilo wrote: > Currently when attempting to sync a group where all packages are > ignored (either by ignorepkg, ignoregroup or --needed) pacman > will error with "target not found". > > Instead, if a group has no packages, check if the group exists > and only throw

[pacman-dev] [PATCH] pacman: don't error when a group exists but all packages are ignored

2018-10-18 Thread morganamilo
Currently when attempting to sync a group where all packages are ignored (either by ignorepkg, ignoregroup or --needed) pacman will error with "target not found". Instead, if a group has no packages, check if the group exists and only throw an error if it does not. Signed-off-by: morganamilo