mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Fix string formatting to use Interpolate
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3204310119
commit
4f990e3f6d
|
@ -341,7 +341,7 @@ def create_parent_builder_factory(buildername, waitname):
|
||||||
factory.addStep(RunConfigLogObserver(
|
factory.addStep(RunConfigLogObserver(
|
||||||
command=[
|
command=[
|
||||||
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/run-config"),
|
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/run-config"),
|
||||||
util.Property("buildername") + "-posttrigger",
|
util.Interpolate("%(prop:buildername)s-posttrigger"),
|
||||||
util.Interpolate("%(prop:builddir)s/build/build"),
|
util.Interpolate("%(prop:builddir)s/build/build"),
|
||||||
util.Interpolate("%(prop:branch_poky)s"),
|
util.Interpolate("%(prop:branch_poky)s"),
|
||||||
util.Interpolate("%(prop:repo_poky)s"),
|
util.Interpolate("%(prop:repo_poky)s"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user