cassava / repoctl

Make it easy to manage your local Arch Linux repository.
MIT License
128 stars 13 forks source link

ignore missing packages in `repoctl down` #36

Closed mbloms closed 5 years ago

mbloms commented 6 years ago

I would like to be able to use:

repoctl down (pacman -Qmq)

For acquiring all foreign packages installed on my system. However, if I have packages installed that are not in the AUR, I get an error. A warning would suffice, or at least an option to ignore the missing packages.

cassava commented 6 years ago

You'll probably have better mileage with the excellent cower on this front, since downloading packages is it's main use case.

That said, I'll look into having repoctl report warnings instead of errors. Thanks for reporting!

cassava commented 5 years ago

This bug should be squashed, I am sorry it took so long though... :-D