This commit is contained in:
parent
b0feb4ea90
commit
52aec8a8e6
|
@ -137,7 +137,7 @@ def trigger_child_hooks(buildbotUrl: str, os_codename: str, repository, branch,
|
||||||
requests.post(request_url, headers=request_headers, data=request_data)
|
requests.post(request_url, headers=request_headers, data=request_data)
|
||||||
|
|
||||||
|
|
||||||
def add_parent_step(build_factory, jobname, repository, branch):
|
def add_parent_step(build_factory):
|
||||||
"""
|
"""
|
||||||
Add a step to the parent build factory that will trigger the child hooks
|
Add a step to the parent build factory that will trigger the child hooks
|
||||||
"""
|
"""
|
||||||
|
@ -155,9 +155,9 @@ def add_parent_step(build_factory, jobname, repository, branch):
|
||||||
command=[
|
command=[
|
||||||
"python",
|
"python",
|
||||||
"multibuild.py",
|
"multibuild.py",
|
||||||
jobname,
|
util.Interpolate("%(prop:jobname)s"),
|
||||||
repository,
|
util.Property('repository'),
|
||||||
branch,
|
util.Property('branch'),
|
||||||
"https://buildbot.bitmessage.org",
|
"https://buildbot.bitmessage.org",
|
||||||
util.Interpolate("%(prop:os_codename)s"),
|
util.Interpolate("%(prop:os_codename)s"),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user