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:
parent
b228fc3c98
commit
6d7de62755
@ -6786,14 +6786,14 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
help='Specify user role')
|
help='Specify user role')
|
||||||
@cmdln.alias('bugowner')
|
@cmdln.alias('bugowner')
|
||||||
def do_maintainer(self, subcmd, opts, *args):
|
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
|
# Search for official maintained sources in OBS instance
|
||||||
osc maintainer BINARY <options>
|
osc maintainer BINARY <options>
|
||||||
osc maintainer -U <user> <options>
|
osc maintainer -U <user> <options>
|
||||||
osc maintainer -G <group> <options>
|
osc maintainer -G <group> <options>
|
||||||
|
|
||||||
# Lookup in specific containers
|
# Lookup via containers
|
||||||
osc maintainer <options>
|
osc maintainer <options>
|
||||||
osc maintainer PRJ <options>
|
osc maintainer PRJ <options>
|
||||||
osc maintainer PRJ PKG <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
|
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.
|
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.
|
PRJ and PKG default to current working-copy path.
|
||||||
|
|
||||||
${cmd_usage}
|
${cmd_usage}
|
||||||
|
Loading…
Reference in New Issue
Block a user