vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 42 forks source link

One-time ignoring package while upgrading #107

Closed GoldsteinE closed 4 years ago

GoldsteinE commented 4 years ago

Subj. It would be cool if rua upgrade has option to select which packages to ignore in this run.

vn971 commented 4 years ago

@GoldsteinE sounds like a nice feature. Would you be willing to try and write a PR?

vn971 commented 4 years ago

BTW, note that you can also permanently exclude packages form upgrading by using IgnorePkg section of /etc/pacman.conf (same as with non-AUR packages and pacman). You can see this hint in README and rua help / rua upgrade --help

mqus commented 4 years ago

It's now (in the next release) possible to ignore e.g. packages a and b by using

rua upgrade --ignore a,b

or

rua upgrade --ignore=a,b

.