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

pkgcheck checks all if a category doesn't exist (in profiles/category) #564

Closed
mm1ke opened this issue Mar 12, 2023 · 1 comment
Closed
Assignees

Comments

@mm1ke
Copy link

mm1ke commented Mar 12, 2023

Hi,

I've came across this on the guru overlay.
I'm using pkgcheck to daily check the packages in the guru overlay. Some days ago pkgcheck had a spike from ~300 to ~700 issues on this overlay. This didn't looked normal to me so i've checked what was going on.
It happened because packages residing in dev-raku trigger pkgcheck to check everything. Turns out, on the guru overlay packages were added to this category some days ago but the category wasn't added to profiles/category. (should be fixed with: 9b1c252ed9ef70dd8f82c87cbdc1b29c0c5cafb )
I'm wondering if pkgcheck should check for this beforehand but i guess the acutal behaviour is non ideal.

@arthurzam
Copy link
Member

Seems like the check RepoProfilesCheck with the result UnknownCategoryDirs wasn't triggered since it was enabled only for gentoo main repo. While currently being just a warning and not an error, so it could be missed, for now I think just enabling it for most repos is the correct behavior.

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

No branches or pull requests

2 participants