mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 02:26:16 +01:00
Fix multibuild packages in osc buildhistory
This commit is contained in:
parent
1a4942da83
commit
a51524e5af
@ -6940,8 +6940,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
help='generate output in CSV (separated by |)')
|
help='generate output in CSV (separated by |)')
|
||||||
@cmdln.option('-l', '--limit', metavar='limit',
|
@cmdln.option('-l', '--limit', metavar='limit',
|
||||||
help='for setting the number of results')
|
help='for setting the number of results')
|
||||||
@cmdln.option('-M', '--multibuild-package', metavar= 'MPAC',
|
@cmdln.option('-M', '--multibuild-package', metavar='FLAVOR',
|
||||||
help='Show the buildhistory of the specified multibuild package')
|
help=HELP_MULTIBUILD_ONE)
|
||||||
@cmdln.alias('buildhist')
|
@cmdln.alias('buildhist')
|
||||||
def do_buildhistory(self, subcmd, opts, *args):
|
def do_buildhistory(self, subcmd, opts, *args):
|
||||||
"""${cmd_name}: Shows the build history of a package
|
"""${cmd_name}: Shows the build history of a package
|
||||||
@ -6951,7 +6951,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
|
|
||||||
usage:
|
usage:
|
||||||
osc buildhist REPOSITORY ARCHITECTURE
|
osc buildhist REPOSITORY ARCHITECTURE
|
||||||
osc buildhist PROJECT PACKAGE REPOSITORY ARCHITECTURE
|
osc buildhist PROJECT PACKAGE[:FLAVOR] REPOSITORY ARCHITECTURE
|
||||||
${cmd_option_list}
|
${cmd_option_list}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user