pkgdev
pkgdev copied to clipboard
collection of tools for Gentoo development
Hello, While I was reviewing the list generated by: ``` pkgdev bugs --filter-stablereqs --find-by-maintainer [email protected] --edit-graph --auto-cc-arches [email protected] --stabletime 1 ``` I noticed that it tries to fill a stable...
```console $ git rev-parse HEAD b0f5bb4eb056808b16b806a5e47f659da3d75402 $ pkgdev bugs =dev-lang/rust-1.86.0-r1 Checking =dev-lang/rust-1.86.0-r1 on 'amd64 arm arm64 ppc ppc64 sparc x86' pkgdev bugs: error: unable to find match for restrictions: dev-lang/rust:1.86.0...
Currently, `pkgdev bugs` reports only the first bug matching the stable candidate. I would find it useful if it listed all bugs, especially that sometimes the first bug is pretty...
Related to #203. Would be nice to have an option to mark existing stablereqs as obsolete and file a new one.
If you run `pkgdev bugs --edit-graph` and confirm search for bugs, the editor is spawned immediately, without flushing the output first. If I ^z it, I don't see search results....
Would be nice if the edited list also included bugs that would normally be skipped as a result of search for duplicates, e.g. so we could explicitly reenable them when...