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

packages: add ignore_updates_regex #1958

Closed
1 of 3 tasks
MaxVerevkin opened this issue Oct 26, 2023 · 3 comments · Fixed by #1988
Closed
1 of 3 tasks

packages: add ignore_updates_regex #1958

MaxVerevkin opened this issue Oct 26, 2023 · 3 comments · Fixed by #1988

Comments

@MaxVerevkin
Copy link
Collaborator

MaxVerevkin commented Oct 26, 2023

We already have warning_updates_regex and critical_updates_regex. A new option can be added to filter the list of outdated packages.

@bim9262
Copy link
Collaborator

bim9262 commented Oct 26, 2023

For pacman wouldn't you just want to ignore the package in pacman.conf? What would be the benefit of ignoring it in the status bar, but actually updating it when you go to update your system?

I imagine other package managers have similar configs that allow packages to be ignored.

@MaxVerevkin
Copy link
Collaborator Author

I have some -git packages installed from chaotic-aur which are updated multiple times a day. I do want to keep them up-to-date, but in context of status bar, these packages generate a lot of noise.

@zheltikov
Copy link
Contributor

Hello @MaxVerevkin !
I've opened a pull request to add this ignore_updates_regex option to blocks/apt: #1967
Please have a look at it :)

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

Successfully merging a pull request may close this issue.

3 participants