1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-02 17:56:15 +01:00
This commit is contained in:
Marcus Huewe 2016-07-08 10:57:31 +02:00
commit aa7e4a79b3

View File

@ -5787,7 +5787,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--nochecks', '--no-checks', action='store_true', @cmdln.option('--nochecks', '--no-checks', action='store_true',
help='Do not run build checks on the resulting packages.') help='Do not run build checks on the resulting packages.')
@cmdln.option('--no-verify', '--noverify', action='store_true', @cmdln.option('--no-verify', '--noverify', action='store_true',
help='Skip signature verification of packages used for build. (Global config in .oscrc: no_verify)') help='Skip signature verification (via pgp keys) of packages used for build. (Global config in .oscrc: no_verify)')
@cmdln.option('--noservice', '--no-service', action='store_true', @cmdln.option('--noservice', '--no-service', action='store_true',
help='Skip run of local source services as specified in _service file.') help='Skip run of local source services as specified in _service file.')
@cmdln.option('-p', '--prefer-pkgs', metavar='DIR', action='append', @cmdln.option('-p', '--prefer-pkgs', metavar='DIR', action='append',