also adjust wrapper-rpm opts for consistency

This commit is contained in:
Mike McLean 2026-06-23 10:36:43 -04:00 committed by Tomas Kopecek
commit 102571a5c6

View file

@ -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: