mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Fix missing parenthesis in field label
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8f6709cf0f
commit
253d1f5bd7
|
@ -403,7 +403,7 @@ for builder in config.subbuilders:
|
||||||
reason=util.StringParameter(
|
reason=util.StringParameter(
|
||||||
name="reason",
|
name="reason",
|
||||||
label="""Reason (please note the reason for triggering the
|
label="""Reason (please note the reason for triggering the
|
||||||
build and any expectations for the build's outcome:""",
|
build and any expectations for the build's outcome):""",
|
||||||
required=False),
|
required=False),
|
||||||
properties=props_for_builder(builder),
|
properties=props_for_builder(builder),
|
||||||
buttonName="Force Build"))
|
buttonName="Force Build"))
|
||||||
|
@ -461,7 +461,7 @@ def parent_scheduler(target):
|
||||||
reason=util.StringParameter(
|
reason=util.StringParameter(
|
||||||
name="reason",
|
name="reason",
|
||||||
label="""Reason (please note the reason for triggering the build and
|
label="""Reason (please note the reason for triggering the build and
|
||||||
any expectations for the build's outcome:""",
|
any expectations for the build's outcome):""",
|
||||||
required=False),
|
required=False),
|
||||||
properties=[
|
properties=[
|
||||||
ReleaseSelector(
|
ReleaseSelector(
|
||||||
|
@ -535,7 +535,7 @@ schedulers.append(sched.ForceScheduler(
|
||||||
],
|
],
|
||||||
reason=util.StringParameter(
|
reason=util.StringParameter(
|
||||||
name="reason",
|
name="reason",
|
||||||
label="""Reason (please note the reason for triggering the docs build:""",
|
label="""Reason (please note the reason for triggering the docs build):""",
|
||||||
required=False),
|
required=False),
|
||||||
properties=props_for_builder("docs"),
|
properties=props_for_builder("docs"),
|
||||||
buttonName="Force Build"))
|
buttonName="Force Build"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user