1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-02 09:46:16 +01:00

- do_build: do not suppress --download-api-only option

Or was there a particular reason for not displaying this option in
"osc build -h"?
This commit is contained in:
Marcus Huewe 2014-05-15 17:46:10 +02:00
parent 450cf54240
commit c873252d70

View File

@ -5541,7 +5541,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--cpio-bulk-download', action='store_false', @cmdln.option('--cpio-bulk-download', action='store_false',
dest='disable_cpio_bulk_download', help=SUPPRESS_HELP) dest='disable_cpio_bulk_download', help=SUPPRESS_HELP)
@cmdln.option('--download-api-only', action='store_true', @cmdln.option('--download-api-only', action='store_true',
help=SUPPRESS_HELP) help='only fetch packages from the api')
@cmdln.option('--oldpackages', metavar='DIR', @cmdln.option('--oldpackages', metavar='DIR',
help='take previous build from DIR (special values: _self, _link)') help='take previous build from DIR (special values: _self, _link)')
@cmdln.option('--shell', action='store_true', @cmdln.option('--shell', action='store_true',