1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

- explain the "osc maintainer" command a bit more extensive

This commit is contained in:
Adrian Schröter 2013-03-06 11:49:22 +01:00
parent b228fc3c98
commit 6d7de62755

View File

@ -6786,14 +6786,14 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='Specify user role')
@cmdln.alias('bugowner')
def do_maintainer(self, subcmd, opts, *args):
"""${cmd_name}: Show maintainers of a project/package
"""${cmd_name}: Show maintainers according to server side configuration
# Search for official maintained sources in OBS instance
osc maintainer BINARY <options>
osc maintainer -U <user> <options>
osc maintainer -G <group> <options>
# Lookup in specific containers
# Lookup via containers
osc maintainer <options>
osc maintainer PRJ <options>
osc maintainer PRJ PKG <options>
@ -6802,6 +6802,11 @@ Please submit there instead, or use --nodevelproject to force direct submission.
When using with an OBS 2.4 (or later) server it is doing the lookup for
a given binary according to the server side configuration of default owners.
The tool is also looking into devel packages and supports to fallback to the project
in case a package has no defined maintainer.
Please use "osc meta pkg" in case you need to know the definition in a specific container.
PRJ and PKG default to current working-copy path.
${cmd_usage}