mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Switch to new qa email scripts name, force updates to helper instead
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1f8cce8919
commit
18d01404cc
|
@ -328,7 +328,7 @@ def create_parent_builder_factory(buildername, waitname):
|
||||||
|
|
||||||
factory.addStep(steps.ShellCommand(
|
factory.addStep(steps.ShellCommand(
|
||||||
command=[
|
command=[
|
||||||
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/send-qa-email"),
|
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/send_qa_email.py"),
|
||||||
util.Property("send_email"),
|
util.Property("send_email"),
|
||||||
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
||||||
util.Interpolate("%(prop:sharedrepolocation)s"),
|
util.Interpolate("%(prop:sharedrepolocation)s"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user