mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 02:26:16 +01:00
Bring 'osc buildinfo -d/--debug' back
This commit is contained in:
parent
69af8b59a5
commit
cc7de20598
@ -5825,6 +5825,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
|
|
||||||
@cmdln.option('--alternative-project', metavar='PROJECT',
|
@cmdln.option('--alternative-project', metavar='PROJECT',
|
||||||
help='specify the build target project')
|
help='specify the build target project')
|
||||||
|
@cmdln.option('-d', '--debug', action='store_true', dest="debug_dependencies",
|
||||||
|
help='verbose output of build dependencies')
|
||||||
@cmdln.option('-M', '--multibuild-package', metavar='FLAVOR',
|
@cmdln.option('-M', '--multibuild-package', metavar='FLAVOR',
|
||||||
help=HELP_MULTIBUILD_ONE)
|
help=HELP_MULTIBUILD_ONE)
|
||||||
@cmdln.option('-x', '--extra-pkgs', metavar='PAC', action='append',
|
@cmdln.option('-x', '--extra-pkgs', metavar='PAC', action='append',
|
||||||
@ -5910,7 +5912,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
print(decode_it(get_buildinfo(apiurl,
|
print(decode_it(get_buildinfo(apiurl,
|
||||||
project, package, repository, arch,
|
project, package, repository, arch,
|
||||||
specfile=build_descr_data,
|
specfile=build_descr_data,
|
||||||
debug=opts.debug,
|
debug=opts.debug_dependencies,
|
||||||
addlist=opts.extra_pkgs)))
|
addlist=opts.extra_pkgs)))
|
||||||
|
|
||||||
def do_buildconfig(self, subcmd, opts, *args):
|
def do_buildconfig(self, subcmd, opts, *args):
|
||||||
|
Loading…
Reference in New Issue
Block a user