Skip to content

Commit

Permalink
- explain the "osc maintainer" command a bit more extensive
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Apr 16, 2013
1 parent 5b909aa commit 207779b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions osc/commandline.py
Expand Up @@ -6777,14 +6777,14 @@ def do_api(self, subcmd, opts, url):
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>
Expand All @@ -6793,6 +6793,11 @@ def do_maintainer(self, subcmd, opts, *args):
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}
Expand Down

0 comments on commit 207779b

Please sign in to comment.