You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: