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:
parent
450cf54240
commit
c873252d70
@ -5541,7 +5541,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
@cmdln.option('--cpio-bulk-download', action='store_false',
|
||||
dest='disable_cpio_bulk_download', help=SUPPRESS_HELP)
|
||||
@cmdln.option('--download-api-only', action='store_true',
|
||||
help=SUPPRESS_HELP)
|
||||
help='only fetch packages from the api')
|
||||
@cmdln.option('--oldpackages', metavar='DIR',
|
||||
help='take previous build from DIR (special values: _self, _link)')
|
||||
@cmdln.option('--shell', action='store_true',
|
||||
|
Loading…
Reference in New Issue
Block a user