It would be nice to group rpkg commands by different kinds of usage. Basically, they can be divided into these categories,
basic operation on package, e.g. lint, import, clone, pull, clog, verrel
lint
import
clone
pull
clog
verrel
local package build, e.g. local, compile, install, mock, mock-config
local
compile
install
mock
mock-config
remote package build in either Koji or Copr, e.g. build, scratch-build, copr-build, container-build
build
scratch-build
copr-build
container-build
sources management, e.g. upload, new-sources, sources
upload
new-sources
sources
fedpkg and rhpkg could be able to define their own group. For example, fedpkg may have a group containing Bodhi related commands update and the override.
fedpkg
rhpkg
Bodhi
update
override
It may be necessary to change `register_* methods in fedpkg and rhpkg accordingly.
`register_*
Nice idea, I like it!
Metadata Update from @cqi: - Issue set to the milestone: 1.51
Metadata Update from @cqi: - Issue set to the milestone: NEXT (was: 1.51)
Will be considered and try to fix in rpkg2.
Metadata Update from @cqi: - Issue status updated to: Closed (was: Open)