pkgcheck
pkgcheck copied to clipboard
pkgcore-based QA utility for ebuild repos
Could we detect when a restrict attribute in is redundant because it applies to all or no versions in tree? ``` ~/git/gentoo/app-eselect/eselect-postgresql $ ls -1 | grep ebuild eselect-postgresql-2.4.ebuild ```...
Suggested on IRC. Once all ebuilds stop depending on the deprecated package, it'd be nice to have another report telling us we can lastrite it already. I suppose you'd want...
cleanup seems to do some of the work, but I don't think it checks to see if a particular version is needed by other packages. The aim is to get...
This is very helpful to do when doing keywording work. You don't want to have to scan the whole tree just to find revdeps with keyword problems. And I've found...
`RedundantVersion` does not check if package is really redundant with respect to it's reverse dependencies: ``` $ pkgcheck scan dev-util/radare2 dev-util/radare2 UnstableOnly: for arches: [ amd64, arm, arm64, x86 ],...
A revdeps cache would be helpful for many potential checks (or making others work as expected) as seen in other issues.
Currently it appears overlay scans use a set of profiles per repo they relate to. For example, if an overlay depends on the gentoo repo, then a set of profiles...
Currently the situation is mostly ignored by applying only the target repos masks across all repos. Instead the masks should be applied only to their related repos.
It should output warnings related to docutils log output. Note that this will have to override the current multiline string field handling to use _tag_multiline_rst() instead of _tag_multiline_str() in some...
default to using at least 256 color support with terminal support and fallback to lower as required
Having access to more colors would be nice for result levels and possible user-configurable FancyReporter output theming in the future.