also adjust wrapper-rpm opts for consistency
This commit is contained in:
parent
698204bd60
commit
102571a5c6
1 changed files with 4 additions and 2 deletions
|
|
@ -871,9 +871,11 @@ def handle_wrapper_rpm(options, session, args):
|
|||
parser.add_option("--create-draft", action="store_true",
|
||||
help="Create a new draft build instead")
|
||||
parser.add_option("--wait-repo", action="store_true",
|
||||
help="Wait for a current repo for the build tag")
|
||||
help="Wait for a current repo for the build tag before building")
|
||||
parser.add_option("--wait-build", metavar="NVR", action="append", dest="wait_builds",
|
||||
default=[], help="Wait for the given nvr to appear in buildroot repo")
|
||||
default=[],
|
||||
help="Wait for the given NVR to appear in the build tag, "
|
||||
"then wait for a current repo before building")
|
||||
|
||||
(build_opts, args) = parser.parse_args(args)
|
||||
if build_opts.inis:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue