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

pkg-check as run by 460.pkg-checksum complains about changes to ruby31-gems and there's no way to shut it up #2220

Open
ohmantics opened this issue Jan 6, 2024 · 0 comments

Comments

@ohmantics
Copy link

periodic's 460.pkg-checksum script uses pkg check -qsa.

If you install a Ruby gem, pkg-check may issue a large list of complaints about missing files and incorrect checksums. You can fix the latter with pkg check -r, but there is no way to fix the former.

One fix would be to introduce a --skip/--exclude option that takes a list of packages to not bother checking.

Another fix would be to have a way to recompute expected files to handle the missing files.

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

1 participant