Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklist #221

Open
cacilhas opened this issue Mar 29, 2024 · 2 comments
Open

Blacklist #221

cacilhas opened this issue Mar 29, 2024 · 2 comments

Comments

@cacilhas
Copy link

Pacman has IgnorePkg for blacklisting packages. I can’t find any feature in RUA similar to IgnorePkg.

I actually need something even more advanced: I would like to block ANY package powered by Electron, even from rua search. Is there that feature, or could it be implemented in a next release?

@vn971
Copy link
Owner

vn971 commented Mar 29, 2024

Hi @cacilhas , you can use IgnorePkg with rua alerady. Just add the packages that you need to ignore to pacman, and rua will adhere to the selection, too.

Alternatively, you can specify the packages with rua upgrade --ignore X,Y,Z. You can read more about it in rua upgrade --help or https://github.com/vn971/rua?tab=readme-ov-file#use

Does this answer your question about ignoring?

@vn971
Copy link
Owner

vn971 commented Mar 29, 2024

With regards to the more complex package ignoring. I'm not sure I fully understand the intention. You want to ignore not just Electron, but everything that depends on it?

What is the use case for doing that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants